MCPcopy Create free account
hub / github.com/Compaile/ctrack / test_function_with_sleep

Function test_function_with_sleep

test/test_statistics.cpp:11–14  ·  view source on GitHub ↗

Helper function to test statistical calculations with known timing patterns

Source from the content-addressed store, hash-verified

9
10// Helper function to test statistical calculations with known timing patterns
11void test_function_with_sleep(int sleep_ms) {
12 CTRACK;
13 test_helpers::sleep_ms(sleep_ms);
14}
15
16TEST_CASE("High variance timing statistics") {
17 test_helpers::clear_ctrack();

Callers 1

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected