memray
memray copied to clipboard
Memray is a memory profiler for Python
## Bug Report Remote monitoring is not working :( I use two ways for remote monitoring on my local machine. I am using ubuntu 20.04 with python3.8 ### 1 -...
Previously, we would retain references to frames that were on the stack in a given thread, but without our profile function we wouldn't know when those frames were popped and...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.1 to 2.9.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.9.0 🌟 CPython 3.11 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to...
## Bug Report Memray triggers segfault running Sqlalchemy code using greenlets. ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 PyCode_Addr2Line (addrq=0, co=0x66) at Objects/codeobject.c:1248 1248 if (addrq < 0)...
*Issue number of the reported bug or feature request: None* **Describe your changes** Add `Tracker.{start,stop}` methods that are equivalent to `with Tracker(...):`. This helps profiling code that cannot be enclosed...
Hi, thanks for this tool. Could you add example on how to run this with poetry CLI scripts? For example, how I imagined this would work: ```bash poetry run memray...
## Feature Request Configurable host for remote monitoring. Currently the port can be configured when connecting to remote memray instances, but the host cannot be. I have a POC done...
Look ma, no hands! ⚠️ For evaluation purposes only ... for now ⚠️
Our trick to see if the dynamic section is relocated may fail in some extreme cases if the library is loaded at a very low memory address and the offset...