bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

Make the `%%memray_flamegraph` IPython magic use aggregated capture files #520

Closed godlygeek closed 8 months ago

godlygeek commented 8 months ago

See #519 for context. The %%memray_flamegraph IPython magic predates aggregated capture files, but considering that the capture file produced by %%memray_flamegraph is only used for the reports that aggregated capture files support, we should probably use aggregated capture files by default for the %%memray_flamegraph magic.