MCPcopy Create free account
hub / github.com/DmitriBogdanov/UTL / computation_3

Function computation_3

examples/module_profiler/profiling_code_segment.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5void computation_1() { std::this_thread::sleep_for(300ms); }
6void computation_2() { std::this_thread::sleep_for(200ms); }
7void computation_3() { std::this_thread::sleep_for(400ms); }
8void computation_4() { std::this_thread::sleep_for(600ms); }
9void computation_5() { std::this_thread::sleep_for(100ms); }
10

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected