Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ anotherFunction
Function
anotherFunction
examples/tracy_example/main.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void anotherFunction() {
11
MLLM_TRACY_ZONE_SCOPED_NAMED(
"My Custom Zone"
);
12
std::this_thread::sleep_for(std::chrono::milliseconds(20));
13
}
14
15
int main() {
16
int i = 0;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected