----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63368/ -----------------------------------------------------------
(Updated April 3, 2018, 4:29 p.m.) Review request for mesos, Alexander Rukletsov and Benjamin Mahler. Changes ------- Rebased onto latest master; worked around clang bug with this-capturing lambdas. Repository: mesos Description ------- This class exposes profiling functionality of jemalloc memory allocator when it is detected to be the memory allocator of the current process. In particular, it gives developers an easy method to collect and access heap profiles which report which pieces of code were responsible for allocating memory. Diffs (updated) ----- 3rdparty/libprocess/Makefile.am c895d3ac7b9cc5ffd6c8b57ff24def866eb0213d 3rdparty/libprocess/include/process/memory_profiler.hpp PRE-CREATION 3rdparty/libprocess/include/process/process.hpp 8661706cb058efb26f5bfbcc84972f9930d3670f 3rdparty/libprocess/src/CMakeLists.txt 0ce7dac5deea94623530820d173ce3ffe5b42ea4 3rdparty/libprocess/src/memory_profiler.cpp PRE-CREATION 3rdparty/libprocess/src/process.cpp 9eb37465cd86f408d69f5f98fb76c4f4b93b9acd Diff: https://reviews.apache.org/r/63368/diff/8/ Changes: https://reviews.apache.org/r/63368/diff/7-8/ Testing ------- Thanks, Benno Evers