Group class

Constructors

Group.new({required String name, required List<Bench> benches})
Group.single(String name, Bench bench)

Properties

benches List<Bench>
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
option HakariOption
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

measure() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printCpu() Future<void>
printHeader() Future<void>
printResult() Future<void>
printSummery() Future<void>
setOption(HakariOption option) → void
sort() Future<void>
start() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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