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

Function diamond_branch_c

test/test_nested.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void diamond_branch_c(int sleep_ms, int leaf_sleep_ms) {
46 CTRACK;
47 test_helpers::sleep_ms(sleep_ms);
48 diamond_leaf_d(leaf_sleep_ms);
49}
50
51void diamond_root_a(int sleep_ms, int branch_sleep_ms, int leaf_sleep_ms) {
52 CTRACK;

Callers 1

diamond_root_aFunction · 0.85

Calls 2

sleep_msFunction · 0.85
diamond_leaf_dFunction · 0.85

Tested by

no test coverage detected