TimeIt class

Class to time a section of AOP code

TBD: Add comments and make debug message generic

Constructors

TimeIt({String label = "Timed function: "})

Properties

durations List<int>
final
hashCode int
The hash code for this object.
no setterinherited
label String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

diff() int
elapsed() int
execute(Function function, {String? label}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showResults() → void
toString() String
A string representation of this object.
inherited

Operators

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