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

Function named_test_function_1

test/test_multithreaded.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// Named function for testing
21
22void named_test_function_1(int sleep_time_ms) {
23 CTRACK_NAME("named_test_function_1");
24 test_helpers::sleep_ms(sleep_time_ms);
25}
26
27void named_test_function_2(int sleep_time_ms) {
28 CTRACK_NAME("named_test_function_2");

Callers 1

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected