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

Function nested_parent

test/test_multithreaded.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void nested_parent(int child_sleep_ms, int parent_sleep_ms) {
47 CTRACK;
48 test_helpers::sleep_ms(parent_sleep_ms);
49 nested_child(child_sleep_ms);
50}
51
52TEST_CASE("Multiple threads same function") {
53 clear_ctrack();

Callers 1

Calls 2

sleep_msFunction · 0.85
nested_childFunction · 0.85

Tested by

no test coverage detected