Browse Source

add nametag collectors

David Rose 24 years ago
parent
commit
414094d202
1 changed files with 7 additions and 0 deletions
  1. 7 0
      panda/src/pstatclient/pStatProperties.cxx

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

@@ -109,6 +109,13 @@ static TimeCollectorProperties time_properties[] = {
   { 1, "App:Collisions",                   { 1.0, 0.5, 0.0 } },
   { 0, "App:Data graph",                   { 0.5, 0.8, 0.4 } },
   { 1, "App:Show code",                    { 0.8, 0.2, 1.0 } },
+  { 1, "App:Show code:Nametags",           { 0.8, 0.8, 1.0 } },
+  { 1, "App:Show code:Nametags:2d",        { 0.0, 0.0, 0.5 } },
+  { 1, "App:Show code:Nametags:2d:Contents", { 0.0, 0.5, 0.0 } },
+  { 1, "App:Show code:Nametags:2d:Adjust",   { 0.5, 0.0, 0.5 } },
+  { 1, "App:Show code:Nametags:3d",        { 1.0, 0.0, 0.0 } },
+  { 1, "App:Show code:Nametags:3d:Contents", { 0.0, 0.5, 0.0 } },
+  { 1, "App:Show code:Nametags:3d:Adjust",   { 0.5, 0.0, 0.5 } },
   { 1, "Cull",                             { 0.0, 1.0, 0.0 },  1.0 / 30.0 },
   { 0, "Cull:Traverse",                    { 0.0, 1.0, 1.0 } },
   { 0, "Cull:Geom node",                   { 1.0, 0.0, 1.0 } },