PrecisionStopwatch class

Constructors

PrecisionStopwatch()

Properties

hashCode int
The hash code for this object.
no setterinherited
millis int
getter/setter pair
nanos int
getter/setter pair
profiling bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startMillis int
getter/setter pair
startNano int
getter/setter pair
time double
getter/setter pair

Methods

begin() → void
end() → void
getHours() double
getMillis() int
getMilliseconds() double
getMinutes() double
getNanos() int
getNanoseconds() int
getSeconds() double
getStartMillis() int
getStartNano() int
getTicks() double
getTime() double
isProfiling() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
rewind(int l) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

start() PrecisionStopwatch