Interface BuildEventStreamProtos.BuildMetrics.TimingMetricsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAnalysisPhaseTimeInMs()
      The elapsed wall time in milliseconds during the analysis phase.
      long getCpuTimeInMs()
      The CPU time in milliseconds consumed during this build.
      long getWallTimeInMs()
      The elapsed wall time in milliseconds during this build.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCpuTimeInMs

        long getCpuTimeInMs()
         The CPU time in milliseconds consumed during this build.
         
        int64 cpu_time_in_ms = 1;
        Returns:
        The cpuTimeInMs.
      • getWallTimeInMs

        long getWallTimeInMs()
         The elapsed wall time in milliseconds during this build.
         
        int64 wall_time_in_ms = 2;
        Returns:
        The wallTimeInMs.
      • getAnalysisPhaseTimeInMs

        long getAnalysisPhaseTimeInMs()
         The elapsed wall time in milliseconds during the analysis phase.
         
        int64 analysis_phase_time_in_ms = 3;
        Returns:
        The analysisPhaseTimeInMs.