Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ myFunction
Function
myFunction
examples/tracy_example/main.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"mllm/tracy_perf/Tracy.hpp"
4
5
void myFunction() {
6
MLLM_TRACY_ZONE_SCOPED;
7
std::this_thread::sleep_for(std::chrono::milliseconds(10));
8
}
9
10
void anotherFunction() {
11
MLLM_TRACY_ZONE_SCOPED_NAMED(
"My Custom Zone"
);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected