Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ~PProf
Method
~PProf
libs/base/pprof.cpp:18–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
PProf::~PProf()
19
{
20
CHECK(m_checker.CalledOnOriginalThread(), ());
21
22
#if defined(USE_PPROF)
23
ProfilerStop();
24
#endif
25
}
26
} // namespace base
Callers
nothing calls this directly
Calls
1
CalledOnOriginalThread
Method · 0.80
Tested by
no test coverage detected