Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ profilingActive
Function
profilingActive
3rdparty/libprocess/src/memory_profiler.cpp:382–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
381
382
Try<bool> profilingActive()
383
{
384
return readJemallocSetting<bool>(
"prof.active"
);
385
}
386
387
388
Try<Nothing> dump(const string& path)
Callers
2
stop
Method · 0.85
stopAndGenerateRawProfile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected