filprofiler icon indicating copy to clipboard operation
filprofiler copied to clipboard

A Python memory profiler for data processing and scientific computing applications

Results 120 filprofiler issues
Sort by recently updated
recently updated
newest added

It's a large file, most people won't want it, so why write it out?

enhancement

Show live view (of some sort) of allocations as they happen.

enhancement

Probably have it injected (via LD_PRELOAD) but not enabled, similar to what would have to happen for Jupyter support.

enhancement

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.9.0 to 2.11.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.11.1 🛠 Updates to the latest manylinux images, and updates CPython 3.10 to 3.10.8. v2.11.0 🌟 Adds support...

dependencies
github_actions

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.134 to 0.2.135. Release notes Sourced from libc's releases. 0.2.135 What's Changed Deploy GitHub Pages via GitHub Actions by @​JohnTitor in rust-lang/libc#2933 mmap/madvise specific solaris additional flags....

dependencies
rust

Reported by @gabiapple. ### Discussed in https://github.com/pythonspeed/filprofiler/discussions/432 Originally posted by **gabiapple** October 6, 2022 I'm getting error below when I try to execute `"fil-profile run test.py"` ``` thread '' panicked...

bug
NEXT

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.16.6 to 0.17.2. Release notes Sourced from pyo3's releases. PyO3 0.17.2 This release contains non-breaking improvements and bugfixes over PyO3 0.17.1. A new chrono feature has been...

dependencies
rust

Bumps [proc-maps](https://github.com/rbspy/proc-maps) from 0.2.1 to 0.3.0. Commits edf1b96 Prepare 0.3.0 release ca906d0 Upgrade crate dependencies 00d18d9 Run cargo fmt 53fdc16 Merge pull request #20 from VyrCossont/windows-use-VirtualQueryEx 6993019 Use VirtualQueryEx to...

dependencies
rust

"Probably out of memory" is different than failed allocation, and since we've seen spurious OOM complaints, e.g. #287, maybe better to just dump but keep going. There would have to...