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

Function diamond_branch_b

test/test_nested.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void diamond_branch_b(int sleep_ms, int leaf_sleep_ms) {
40 CTRACK;
41 test_helpers::sleep_ms(sleep_ms);
42 diamond_leaf_d(leaf_sleep_ms);
43}
44
45void diamond_branch_c(int sleep_ms, int leaf_sleep_ms) {
46 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