| 386 | |
| 387 | |
| 388 | Try<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 |
no test coverage detected