CumulativeRenderingStatistics class

Constructors

CumulativeRenderingStatistics.new({int? drawCalls, int? textureBytes, int? vertexBytes, int? graphicsPrograms, double? graphicsProgramsCreationTimeMillis, int? fboSwitchCount})

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

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

decode(Object result) CumulativeRenderingStatistics