MCPcopy 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
382Try<bool> profilingActive()
383{
384 return readJemallocSetting<bool>("prof.active");
385}
386
387
388Try<Nothing> dump(const string& path)

Callers 2

stopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected