TimingMetrics.actions_execution_start_in_ms
The elapsed wall time in milliseconds until the first action execution started (excluding workspace status actions).
TimingMetrics.analysis_phase_time_in_ms
The elapsed wall time in milliseconds during the analysis phase. When analysis and execution phases are interleaved, this measures the elapsed time from the first analysis work to the last.
TimingMetrics.cpu_time_in_ms
For Skymeld, it’s possible that analysis_phase_time_in_ms + execution_phase_time_in_ms >= wall_time_in_ms
The CPU time in milliseconds consumed during this build.
TimingMetrics.execution_phase_time_in_ms
The elapsed wall time in milliseconds during the execution phase. When analysis and execution phases are interleaved, this measures the elapsed time from the first action execution (excluding workspace status actions) to the last.
TimingMetrics.wall_time_in_ms
The elapsed wall time in milliseconds during this build.

