Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ stopProfiling
Function
stopProfiling
flow/Profiler.actor.cpp:300–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
void stopProfiling() {
301
if (Profiler::active_profiler) {
302
Profiler* p = Profiler::active_profiler;
303
Profiler::active_profiler = nullptr;
304
delete p;
305
}
306
}
307
308
#else
309
Callers
1
updateCpuProfiler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected