Sébastien Valat

Results 64 issues of 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...

enhancement

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.

enhancement

Might be nice to reformat a bit the doc to be able to push them attached to version history in https://readthedocs.org/

enhancement
good first issue

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,...

enhancement

Can be interesting to get posix_memalign alignement chart

enhancement

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...

enhancement

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...

enhancement
GUI

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).

enhancement
good first issue

Add a button on bottom right of source GUI to unfold N levels automatically to quickly navigate in call tree.

enhancement
help wanted
good first issue
GUI

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...

enhancement
good first issue