| 49 | // After 10ms have elapsed, take the ratio between these readings. |
| 50 | |
| 51 | struct timeval startTime, stopTime; |
| 52 | uint64_t startCycles, stopCycles, micros; |
| 53 | double oldCycles; |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected