MCPcopy 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

368namespace jemalloc {
369
370Try<bool> startProfiling()
371{
372 return updateJemallocSetting("prof.active", true);
373}
374
375
376Try<bool> stopProfiling()

Callers 1

startMethod · 0.85

Calls 1

updateJemallocSettingFunction · 0.85

Tested by

no test coverage detected