NiceBenchmarkSummary class
Aggregated results from multiple benchmark runs.
Constructors
-
NiceBenchmarkSummary({required String name, required List<
NiceBenchmarkResult> results}) -
const
Properties
- avgBuildTime → Duration
-
no setter
- avgFps → double
-
no setter
- avgScore → double
-
no setter
- avgTotalTime → Duration
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxBuildTime → Duration
-
no setter
- maxTotalTime → Duration
-
no setter
- minBuildTime → Duration
-
no setter
- minTotalTime → Duration
-
no setter
- name → String
-
final
-
results
→ List<
NiceBenchmarkResult> -
final
- runCount → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited