Accumulate a period onto the current measurement */
| 108 | |
| 109 | /** Accumulate a period onto the current measurement */ |
| 110 | void AddAccumulate(TimingMeasurement duration) |
| 111 | { |
| 112 | this->acc_duration += duration; |
| 113 | } |
| 114 | |
| 115 | /** Indicate a pause/expected discontinuity in processing the element */ |
| 116 | void AddPause(TimingMeasurement start_time) |
no outgoing calls
no test coverage detected