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

Function multi_child_3

test/test_nested.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void multi_child_3(int sleep_ms) {
106 CTRACK;
107 test_helpers::sleep_ms(sleep_ms);
108}
109
110void multi_parent(int parent_sleep_ms, int child_sleep_ms) {
111 CTRACK;

Callers 1

multi_parentFunction · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected