Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DmitriBogdanov/UTL
/ computation_5
Function
computation_5
examples/module_profiler/profiling_code_segment.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
void computation_3() { std::this_thread::sleep_for(400ms); }
8
void computation_4() { std::this_thread::sleep_for(600ms); }
9
void computation_5() { std::this_thread::sleep_for(100ms); }
10
11
int main() {
12
// Profile a scope
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected