Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ root
Method
root
src/flameGraph.h:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
Trie* root() {
110
return &_root;
111
}
112
113
Trie* addChild(Trie* f, const char* name, FrameTypeId type, u64 value);
114
Callers
1
dumpFlameGraph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected