|
|
@@ -119,9 +119,13 @@ 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 },
|
|
|
+ { 1, "Cull:Show fps", { 0.5, 0.8, 1.0 } },
|
|
|
+ { 1, "Cull:Bins", { 0.3, 0.6, 0.3 } },
|
|
|
{ 1, "Draw", { 1.0, 0.0, 0.0 }, 1.0 / 30.0 },
|
|
|
+ { 1, "Draw:Sync", { 0.5, 0.7, 0.7 } },
|
|
|
+ { 1, "Draw:Flip", { 1.0, 0.6, 0.3 } },
|
|
|
+ { 1, "Draw:Bins", { 0.3, 0.6, 0.3 } },
|
|
|
{ 0, "Draw:Primitive", { 0.0, 0.0, 0.5 } },
|
|
|
- { 0, "Draw:Show fps", { 0.5, 0.8, 1.0 } },
|
|
|
{ 0, NULL }
|
|
|
};
|
|
|
|