Browse Source

Merge pull request #32 from eswartz/pr-pstats-star-category-color

Use a predetermined distinctive color for the '*' category in PStats
rdb 10 years ago
parent
commit
1b5552f204
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pstatclient/pStatProperties.cxx

+ 1 - 0
panda/src/pstatclient/pStatProperties.cxx

@@ -129,6 +129,7 @@ static TimeCollectorProperties time_properties[] = {
   { 1, "Cull",                             { 0.21, 0.68, 0.37 },  1.0 / 30.0 },
   { 1, "Cull:Setup",                       { 0.7, 0.4, 0.5 } },
   { 1, "Cull:Sort",                        { 0.3, 0.3, 0.6 } },
+  { 1, "*",                                { 0.1, 0.1, 0.5 } },
   { 1, "*:Show fps",                       { 0.5, 0.8, 1.0 } },
   { 0, "*:Munge",                          { 0.3, 0.3, 0.9 } },
   { 1, "*:Munge:Geom",                     { 0.4, 0.2, 0.8 } },