Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ stopProfiling
Function
stopProfiling
3rdparty/libprocess/src/memory_profiler.cpp:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
375
376
Try<bool> stopProfiling()
377
{
378
return updateJemallocSetting(
"prof.active"
, false);
379
}
380
381
382
Try<bool> profilingActive()
Callers
1
stopAndGenerateRawProfile
Method · 0.85
Calls
1
updateJemallocSetting
Function · 0.85
Tested by
no test coverage detected