Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getDepth
Method
getDepth
lib/cpp/src/thrift/VirtualProfiling.cpp:110–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
int getDepth() const { return numCallers_ - skip_; }
111
112
void* getFrame(int index) const {
113
int adjusted_index = index + skip_;
Callers
1
profile_write_pprof_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected