Fixing the unit for the cpuTIme feed and the titles for the GPU PERf Plots

This commit is contained in:
samcake 2016-08-30 14:28:52 -07:00
parent c553e5f2fe
commit 2a5ee5d6b1
2 changed files with 3 additions and 3 deletions

View file

@ -542,7 +542,7 @@ public:
_concept->run(sceneContext, renderContext); _concept->run(sceneContext, renderContext);
_concept->setCPURunTime((double)(usecTimestampNow() - start) / 1000000.0); _concept->setCPURunTime((double)(usecTimestampNow() - start) / 1000.0);
} }
protected: protected:

View file

@ -30,7 +30,7 @@ Item {
PlotPerf { PlotPerf {
title: "Timing" title: "GPU Timing"
height: parent.evalEvenHeight() height: parent.evalEvenHeight()
object: parent.drawOpaqueConfig object: parent.drawOpaqueConfig
valueUnit: "ms" valueUnit: "ms"
@ -70,7 +70,7 @@ Item {
] ]
} }
PlotPerf { PlotPerf {
title: "Timing" title: "Batch Timing"
height: parent.evalEvenHeight() height: parent.evalEvenHeight()
object: parent.drawOpaqueConfig object: parent.drawOpaqueConfig
valueUnit: "ms" valueUnit: "ms"