I am trying to discern thread priorities inside execution trace toolkit by looking at coloring.
The documentation lists the following colors:
Time Critical - Red
High - Dark Pink
Above Normal - Light Pink
Normal - White
Background - Blue
Subroutine - Black
When I run it, I see some other color/textures. There seems to be an orange color (undocumented) and a crosshatched dark pink (also undocumented).
What if anything are these other colors trying to tell me?
Also, a suggestion for future versions - make the colors easy to differentiate. Red, Orange, and two shades of pink make you go crosseyed.
Also, white seems to be used for interrupt priority - I saw it preempting a dark pink for an ETS interrupt "thread", which if the coloring were true, it shouldn't do.
Thanks in advance for any info beyond the documentation.