Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ startProfiling
Function
startProfiling
3rdparty/libprocess/src/memory_profiler.cpp:370–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
namespace jemalloc {
369
370
Try<bool> startProfiling()
371
{
372
return updateJemallocSetting(
"prof.active"
, true);
373
}
374
375
376
Try<bool> stopProfiling()
Callers
1
start
Method · 0.85
Calls
1
updateJemallocSetting
Function · 0.85
Tested by
no test coverage detected