elapsedMicroseconds property
int
get
elapsedMicroseconds
The elapsed microseconds since the span was created.
Returns 0 if this is a noop span.
Implementation
int get elapsedMicroseconds => _sw.elapsedMicroseconds;