* Drop all samples and start anew. * * @note This does not actually change average and stdev, but the stats are considered inadequate after this call. */
| 93 | * @note This does not actually change average and stdev, but the stats are considered inadequate after this call. |
| 94 | */ |
| 95 | void reset() |
| 96 | { |
| 97 | samples.clear(); |
| 98 | } |
| 99 | }; |
| 100 | |
| 101 | } |
no outgoing calls
no test coverage detected