PerFrameRenderingStatistics class
Constructors
-
PerFrameRenderingStatistics.new({required List<
GroupPerformanceStatistics> topRenderGroups, required List<GroupPerformanceStatistics> topRenderLayers, required DurationStatistics shadowMapDurationStatistics, required DurationStatistics uploadDurationStatistics})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadowMapDurationStatistics ↔ DurationStatistics
-
The CPU timeline duration of the shadowmap render pass.
getter/setter pair
-
topRenderGroups
↔ List<
GroupPerformanceStatistics> -
The CPU timeline duration statistics of each render group, in descending order by duration.
getter/setter pair
-
topRenderLayers
↔ List<
GroupPerformanceStatistics> -
The CPU timeline duration statistics of each layer, in descending order by duration.
getter/setter pair
- uploadDurationStatistics ↔ DurationStatistics
-
The CPU timeline duration of the renderer's resource (buffers, textures, images) upload pass.
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) → PerFrameRenderingStatistics