Pablo Galindo Salgado
Pablo Galindo Salgado
Turns out `ld` shipped with Xcode 14+ emits a warning when using `-`undefined dynamic_lookup.` ``` ld: warning: -undefined dynamic_lookup may not work with chained fixups ``` Some investigation reveals that...
Users tend to run memray over long running programs but they don't tend to know about the --aggregated option, while most of the cases they don't need the extra features...
This commit is just for backup on our main strategy of using dlinfo instead of dlopen. *Issue number of the reported bug or feature request: #* **Describe your changes** A...
See https://github.com/bloomberg/memray/blob/63d31d5584c7df8de8baf6701e26c007ded8033b/src/memray/_memray/snapshot.h#L237-L240
Following [Brendan Gregg's webpage on performance visualizations](https://www.brendangregg.com/heatmaps.html) we can try to implement a heatmap plot of memory allocation sizes over time. Here is an example of such heatmap (ignore the...
One of the aspects that makes `memray` different from other similar tools is that we capture a ton of information from the running process. Currently, we mainly leverage this information...
https://bugs.python.org/issue24612
To allow users to determine thread in a multithreaded application corresponds to the "Thread X of Y" number displayed in the live view, include the thread name that we collect...
@ned-deily requested that the "buildbot went away" emails are not sent to the `buildbot-status` mailing list. Any objections? CC: @vstinner @zware