MCPcopy Create free account
hub / github.com/apache/mesos / dump

Function dump

3rdparty/libprocess/src/memory_profiler.cpp:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388Try<Nothing> dump(const string& path)
389{
390 // A profile is dumped every time the 'prof.dump' setting is written to.
391 return writeJemallocSetting("prof.dump", path.c_str());
392}
393
394} // namespace jemalloc {
395

Callers 1

Calls 1

writeJemallocSettingFunction · 0.85

Tested by

no test coverage detected