bloomberg / memray

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

Expose a pause button for `memray live` #404

Closed godlygeek closed 1 year ago

godlygeek commented 1 year ago

Add a key binding for pausing refreshes, and another key binding for resuming the display. Ensure that records continue to be consumed from the socket, and only the refreshes of the TUIs data are suspended.

pablogsal commented 1 year ago

Closed by https://github.com/bloomberg/memray/pull/418