|
|
@@ -108,6 +108,7 @@ static TimeCollectorProperties time_properties[] = {
|
|
|
{ 1, "App", { 0.0, 0.8, 0.4 }, 1.0 / 30.0 },
|
|
|
{ 1, "App:Animation", { 1.0, 0.0, 1.0 } },
|
|
|
{ 1, "App:Collisions", { 1.0, 0.5, 0.0 } },
|
|
|
+ { 1, "App:Collisions:Reset", { 0.0, 0.0, 0.5 } },
|
|
|
{ 0, "App:Data graph", { 0.5, 0.8, 0.4 } },
|
|
|
{ 1, "App:Show code", { 0.8, 0.2, 1.0 } },
|
|
|
{ 0, "App:Show code:Nametags", { 0.8, 0.8, 1.0 } },
|
|
|
@@ -118,27 +119,9 @@ static TimeCollectorProperties time_properties[] = {
|
|
|
{ 0, "App:Show code:Nametags:3d:Contents", { 0.0, 0.5, 0.0 } },
|
|
|
{ 0, "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 } },
|
|
|
- { 0, "Cull:Direct node", { 1.0, 0.5, 0.0 } },
|
|
|
- { 0, "Cull:Apply initial", { 0.2, 1.0, 0.8 } },
|
|
|
- { 0, "Cull:Draw", { 1.0, 1.0, 0.0 } },
|
|
|
- { 0, "Cull:Clean", { 0.0, 0.0, 1.0 } },
|
|
|
- { 0, "Cull:Bins", { 0.8, 1.0, 0.8 } },
|
|
|
- { 0, "Cull:Bins:BTF", { 1.0, 0.5, 0.5 } },
|
|
|
- { 0, "Cull:Bins:Unsorted", { 0.5, 0.5, 1.0 } },
|
|
|
- { 0, "Cull:Bins:Fixed", { 0.5, 1.0, 0.5 } },
|
|
|
{ 1, "Draw", { 1.0, 0.0, 0.0 }, 1.0 / 30.0 },
|
|
|
{ 0, "Draw:Primitive", { 0.0, 0.0, 0.5 } },
|
|
|
- { 0, "Draw:Set state", { 0.5, 0.0, 0.0 } },
|
|
|
- { 1, "Draw:Quick", { 1.0, 0.0, 0.8 } },
|
|
|
- { 1, "Draw:Direct", { 0.0, 0.4, 1.0 } },
|
|
|
- { 1, "Draw:Cull", { 0.4, 1.0, 0.0 } },
|
|
|
- { 0, "Draw:Clear", { 0.5, 0.7, 0.7 } },
|
|
|
{ 0, "Draw:Show fps", { 0.5, 0.8, 1.0 } },
|
|
|
- { 0, "Draw:Make current", { 1.0, 0.6, 0.3 } },
|
|
|
- { 0, "WRT", { 0.0, 0.0, 1.0 } },
|
|
|
- { 0, "WRT:Subtree", { 0.3, 1.0, 0.3 } },
|
|
|
{ 0, NULL }
|
|
|
};
|
|
|
|
|
|
@@ -164,6 +147,7 @@ static LevelCollectorProperties level_properties[] = {
|
|
|
{ 1, "Cull volumes", { 0.7, 0.6, 0.9 }, "", 500.0 },
|
|
|
{ 1, "Cull volumes:Transforms", { 0.9, 0.6, 0.0 } },
|
|
|
{ 1, "State changes", { 1.0, 0.5, 0.2 }, "", 500.0 },
|
|
|
+ { 1, "State changes:Other", { 0.2, 0.2, 0.2 } },
|
|
|
{ 1, "State changes:Transforms", { 0.2, 0.2, 0.8 } },
|
|
|
{ 1, "State changes:Textures", { 0.8, 0.2, 0.2 } },
|
|
|
{ 1, "Memory usage", { 0.5, 1.0, 0.5 }, "MB", 64, 1048576 },
|