menu
Dart
dart:core
Stopwatch
elapsedMicroseconds property
elapsedMicroseconds
brightness_4
brightness_5
description
elapsedMicroseconds
property
int
elapsedMicroseconds
The
elapsedTicks
counter converted to microseconds.
Implementation
external int get elapsedMicroseconds;
Dart
dart:core
Stopwatch
elapsedMicroseconds property
Stopwatch class
Constructors
Stopwatch
Properties
elapsed
elapsedMicroseconds
elapsedMilliseconds
elapsedTicks
frequency
hashCode
isRunning
runtimeType
Methods
noSuchMethod
reset
start
stop
toString
Operators
operator ==