| 116 | } |
| 117 | |
| 118 | void LoopStatistics::begin(unsigned region) { |
| 119 | clock_gettime(CLOCK_MONOTONIC, ®ions[region].begin); |
| 120 | } |
| 121 | |
| 122 | void LoopStatistics::end(unsigned region, unsigned numIterations, unsigned subRegion) { |
| 123 | timespec endTime{}; |
nothing calls this directly
no outgoing calls
no test coverage detected