MCPcopy 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
376Try<bool> stopProfiling()
377{
378 return updateJemallocSetting("prof.active", false);
379}
380
381
382Try<bool> profilingActive()

Callers 1

Calls 1

updateJemallocSettingFunction · 0.85

Tested by

no test coverage detected