timing property

  1. @TagNumber(33)
Map<String, TimeSpan> get timing

Stores timing information for phases of the build. Valid keys are:

  • BUILD: time to execute all build steps
  • PUSH: time to push all specified images.
  • FETCHSOURCE: time to fetch source.

If the build does not specify source or images, these keys will not be included.

Implementation

@$pb.TagNumber(33)
$core.Map<$core.String, TimeSpan> get timing => $_getMap(20);