| 289 | |
| 290 | #ifdef DOCTEST_CONFIG_GETCURRENTTICKS |
| 291 | ticks_t getCurrentTicks() { return DOCTEST_CONFIG_GETCURRENTTICKS(); } |
| 292 | #elif defined(DOCTEST_PLATFORM_WINDOWS) |
| 293 | ticks_t getCurrentTicks() { |
| 294 | static LARGE_INTEGER hz = { {0} }, hzo = { {0} }; |
no outgoing calls
no test coverage detected