Finish and add one block of the accumulating value. */
| 320 | |
| 321 | /** Finish and add one block of the accumulating value. */ |
| 322 | PerformanceAccumulator::~PerformanceAccumulator() |
| 323 | { |
| 324 | _pf_data[this->elem].AddAccumulate(GetPerformanceTimer() - this->start_time); |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Store the previous accumulator value and reset for a new cycle of accumulating measurements. |
nothing calls this directly
no test coverage detected