mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 09:29:02 +02:00
Fixing the unit for the cpuTIme feed and the titles for the GPU PERf Plots
This commit is contained in:
parent
c553e5f2fe
commit
2a5ee5d6b1
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue