ExecutionTimer class

Properties

endTime int?
no setter
group String
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
precision TimerPrecision
no setter
runTime int
Returns the number of ticks this timer executed for. If the timer has not yet stopped, this will return the amount of time between now and when the timer was started.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
final

Methods

cancel() → void
Cancels the timer and removes it from the TimeKeeper. This action cannot be undone.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() → void
Stops the timer and marks the end time as the current time. If the timer has already been stopped, this has no effect.
toString() String
A string representation of this object.
inherited

Operators

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