| 541 | } |
| 542 | |
| 543 | LARGE_INTEGER QueryPerformanceFrequency() |
| 544 | { |
| 545 | LARGE_INTEGER frequency; |
| 546 | QueryPerformanceFrequency(&frequency); |
| 547 | return frequency; |
| 548 | } |
| 549 | |
| 550 | BENCHMARK("QueryPerformanceCounter", settings) |
| 551 | { |
no outgoing calls
no test coverage detected