totalDurationMs property

  1. @TagNumber.new(29)
Int64 get totalDurationMs

Whole-generation wall clock.

Implementation

@$pb.TagNumber(29)
$fixnum.Int64 get totalDurationMs => $_getI64(26);
  1. @TagNumber.new(29)
set totalDurationMs (Int64 value)

Implementation

@$pb.TagNumber(29)
set totalDurationMs($fixnum.Int64 value) => $_setInt64(26, value);