Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/X-Profiler/xprofiler
/ SetNativeStack
Method
SetNativeStack
src/commands/report/native_stack.cc:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace xprofiler {
5
6
void NodeReport::SetNativeStack(JSONWriter* writer) {
7
PrintNativeStack(writer);
8
}
9
10
} // namespace xprofiler
Callers
nothing calls this directly
Calls
1
PrintNativeStack
Function · 0.50
Tested by
no test coverage detected