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

Function diamond_leaf_d

test/test_nested.cpp:34–37  ·  view source on GitHub ↗

Diamond pattern helper functions

Source from the content-addressed store, hash-verified

32
33// Diamond pattern helper functions
34void diamond_leaf_d(int sleep_ms) {
35 CTRACK;
36 test_helpers::sleep_ms(sleep_ms);
37}
38
39void diamond_branch_b(int sleep_ms, int leaf_sleep_ms) {
40 CTRACK;

Callers 2

diamond_branch_bFunction · 0.85
diamond_branch_cFunction · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected