-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63368/
-----------------------------------------------------------
(Updated March 21, 2018, 7:52 p.m.)
Review request for mesos, Alexander Rukletsov and Benjamin Mahler.
Changes
-------
Updated endpoints to return JSON.
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 95a82973644553e0a1c2bdef9121f17bf18b4fcc
3rdparty/libprocess/src/CMakeLists.txt 0ce7dac5deea94623530820d173ce3ffe5b42ea4
3rdparty/libprocess/src/memory_profiler.cpp PRE-CREATION
3rdparty/libprocess/src/process.cpp 42e7adf740b234ebf23d2dcb71440749c0ed87ec
Diff: https://reviews.apache.org/r/63368/diff/7/
Changes: https://reviews.apache.org/r/63368/diff/6-7/
Testing
-------
Thanks,
Benno Evers
|