AggregatedTimings class final
Provides aggregated results for timings collected by FlutterTimeline.
- Annotations
Constructors
-
AggregatedTimings(List<
TimedBlock> timedBlocks) - Creates aggregated timings for the provided timed blocks.
Properties
-
aggregatedBlocks
→ List<
AggregatedTimedBlock> -
Aggregated timed blocks collected between the last reset and FlutterTimeline.debugCollect.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
timedBlocks
→ List<
TimedBlock> -
All timed blocks collected between the last reset and FlutterTimeline.debugCollect.
final
Methods
-
getAggregated(
String name) → AggregatedTimedBlock - Returns aggregated numbers for a named block of code.
-
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.
inherited