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

Function varying_sleep_function

test/test_basic.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void varying_sleep_function(int sleep_ms)
32{
33 CTRACK;
34 test_helpers::sleep_ms(sleep_ms);
35}
36
37// Nested function hierarchy
38void nested_child_function()

Callers 1

test_basic.cppFile · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected