totalTimeMs property
- @TagNumber.new(5)
Wall-clock for the whole call, image encode included. int64 ms is the unit for every duration on this surface; the _ms suffix stays explicit.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get totalTimeMs => $_getI64(1);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set totalTimeMs($fixnum.Int64 value) => $_setInt64(1, value);