AggregatedTimings constructor

AggregatedTimings(
  1. List<TimedBlock> timedBlocks
)

Creates aggregated timings for the provided timed blocks.

Implementation

AggregatedTimings(this.timedBlocks);