mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 21:42:24 +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->setCPURunTime((double)(usecTimestampNow() - start) / 1000000.0);
|
||||
_concept->setCPURunTime((double)(usecTimestampNow() - start) / 1000.0);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
|
@ -30,7 +30,7 @@ Item {
|
|||
|
||||
|
||||
PlotPerf {
|
||||
title: "Timing"
|
||||
title: "GPU Timing"
|
||||
height: parent.evalEvenHeight()
|
||||
object: parent.drawOpaqueConfig
|
||||
valueUnit: "ms"
|
||||
|
@ -70,7 +70,7 @@ Item {
|
|||
]
|
||||
}
|
||||
PlotPerf {
|
||||
title: "Timing"
|
||||
title: "Batch Timing"
|
||||
height: parent.evalEvenHeight()
|
||||
object: parent.drawOpaqueConfig
|
||||
valueUnit: "ms"
|
||||
|
|
Loading…
Reference in a new issue