total property
double
get
total
The total cumulative time for this processor. This value is equal to user + kernel + idle.
Implementation
double get total => _wrapped.total;
set
total
(double v)
Implementation
set total(double v) {
_wrapped.total = v;
}