CumulativeRenderingStatistics class
Properties
-
drawCalls
↔ int?
-
The number of draw calls at the end of the collection window.
getter/setter pair
-
fboSwitchCount
↔ int?
-
The number of FBO switches.
getter/setter pair
-
graphicsPrograms
↔ int?
-
The number of graphics pipeline programs created.
getter/setter pair
-
graphicsProgramsCreationTimeMillis
↔ double?
-
The total amount of time spent on all graphics pipeline program creation, in milliseconds.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
textureBytes
↔ int?
-
The amount of texture memory in use at the end of the collection window.
getter/setter pair
-
vertexBytes
↔ int?
-
The amount of vertex memory (array and index buffer memory) in use at the end of the collection window.
getter/setter pair