| 148 | }; |
| 149 | |
| 150 | static u64 counter(void*) { |
| 151 | return s_cast<u64>(SharedApplication.getCurrentTime() * 1000000.0); |
| 152 | } |
| 153 | |
| 154 | static u64 freq(void*) { |
| 155 | return 1000000; // microseconds per second |
nothing calls this directly
no test coverage detected