mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Rm unused trigger from renderStats
This commit is contained in:
parent
b0185dc355
commit
d78338330c
1 changed files with 0 additions and 7 deletions
|
@ -32,7 +32,6 @@ Item {
|
||||||
title: "Num Buffers"
|
title: "Num Buffers"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: stats.config
|
object: stats.config
|
||||||
trigger: stats.config["bufferCPUCount"]
|
|
||||||
plots: [
|
plots: [
|
||||||
{
|
{
|
||||||
prop: "bufferCPUCount",
|
prop: "bufferCPUCount",
|
||||||
|
@ -50,7 +49,6 @@ Item {
|
||||||
title: "gpu::Buffer Memory"
|
title: "gpu::Buffer Memory"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: stats.config
|
object: stats.config
|
||||||
trigger: stats.config["bufferCPUMemoryUsage"]
|
|
||||||
valueScale: 1048576
|
valueScale: 1048576
|
||||||
valueUnit: "Mb"
|
valueUnit: "Mb"
|
||||||
valueNumDigits: "1"
|
valueNumDigits: "1"
|
||||||
|
@ -71,7 +69,6 @@ Item {
|
||||||
title: "Num Textures"
|
title: "Num Textures"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: stats.config
|
object: stats.config
|
||||||
trigger: stats.config["textureCPUCount"]
|
|
||||||
plots: [
|
plots: [
|
||||||
{
|
{
|
||||||
prop: "textureCPUCount",
|
prop: "textureCPUCount",
|
||||||
|
@ -94,7 +91,6 @@ Item {
|
||||||
title: "gpu::Texture Memory"
|
title: "gpu::Texture Memory"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: stats.config
|
object: stats.config
|
||||||
trigger: stats.config["textureCPUMemoryUsage"]
|
|
||||||
valueScale: 1048576
|
valueScale: 1048576
|
||||||
valueUnit: "Mb"
|
valueUnit: "Mb"
|
||||||
valueNumDigits: "1"
|
valueNumDigits: "1"
|
||||||
|
@ -116,7 +112,6 @@ Item {
|
||||||
title: "Triangles"
|
title: "Triangles"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: stats.config
|
object: stats.config
|
||||||
trigger: stats.config["frameTriangleCount"]
|
|
||||||
valueScale: 1000
|
valueScale: 1000
|
||||||
valueUnit: "K"
|
valueUnit: "K"
|
||||||
plots: [
|
plots: [
|
||||||
|
@ -138,7 +133,6 @@ Item {
|
||||||
title: "Drawcalls"
|
title: "Drawcalls"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: stats.config
|
object: stats.config
|
||||||
trigger: stats.config["frameDrawcallCount"]
|
|
||||||
plots: [
|
plots: [
|
||||||
{
|
{
|
||||||
prop: "frameAPIDrawcallCount",
|
prop: "frameAPIDrawcallCount",
|
||||||
|
@ -168,7 +162,6 @@ Item {
|
||||||
title: "Items"
|
title: "Items"
|
||||||
height: parent.evalEvenHeight()
|
height: parent.evalEvenHeight()
|
||||||
object: parent.drawOpaqueConfig
|
object: parent.drawOpaqueConfig
|
||||||
trigger: Render.getConfig("DrawOpaqueDeferred")["numDrawn"]
|
|
||||||
plots: [
|
plots: [
|
||||||
{
|
{
|
||||||
object: Render.getConfig("DrawOpaqueDeferred"),
|
object: Render.getConfig("DrawOpaqueDeferred"),
|
||||||
|
|
Loading…
Reference in a new issue