MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / main

Function main

examples/tracy_example/main.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15int main() {
16 int i = 0;
17 while (i < 100) {
18 myFunction();
19 anotherFunction();
20 MLLM_TRACY_FRAME_MARK;
21 i++;
22 }
23 return 0;
24}

Callers

nothing calls this directly

Calls 2

myFunctionFunction · 0.85
anotherFunctionFunction · 0.85

Tested by

no test coverage detected