total property
Duration
get
total
Total time spent in the system.
Implementation
Duration get total => Duration(microseconds: _totalMicros);
Total time spent in the system.
Duration get total => Duration(microseconds: _totalMicros);