Sébastien Valat
                                            Sébastien Valat
                                        
                                    Measure memory fragmentation at peak time or on an event based on signals. We have the list for allocated segments, size, pointer and know the mmap list so we can...
In additionto get full memory consumption would be nice to also extract memory compared to current cgroup. First step is the backend, front-end can come later.
Might be nice to reformat a bit the doc to be able to push them attached to version history in https://readthedocs.org/
This might be a simple patch just wrapper the rust jemalloc in addition to the standard allocator. Could be an issue if they wrap it with hash in function name,...
Can be interesting to get posix_memalign alignement chart
In case we forgot to install debug symbols at running time, we can provide a script afterward to fix the json file to extract the sources in post mordem in...
Avoid to install thousands JS/CSS.. files for GUI and use grunt to build one file JS/CSS to install only this. Scripts already exist to build, need to call again (was...
When looking on leak per location we have the size but also want the number. (already have in backend in theory, just need to export into json profile).
Add a button on bottom right of source GUI to unfold N levels automatically to quickly navigate in call tree.
Would be nice to estimate page fault time. When the tool start we can make a time measurement of page faults from sequential to parallel. Then we can intercept mmap...