Filprofiler

Latest version: v2024.11.2

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

2021.7.1

Bugfixes

- Fixed segfault on some Linux versions (regression in release 2021.7.0). ([208](https://github.com/pythonspeed/filprofiler/issues/208))

2021.7.0

Features

- Added a `--disable-oom-detection` to disable the out-of-memory detection heuristic. ([201](https://github.com/pythonspeed/filprofiler/issues/201))


Bugfixes

- When using the Jupyter `%%filprofile` magic, locals defined in the cell are now stored in the Jupyter session as usual. ([167](https://github.com/pythonspeed/filprofiler/issues/167))
- Emulate Python's module running code more faithfully, to enable profiling things like Apache Beam. ([202](https://github.com/pythonspeed/filprofiler/issues/202))

2021.5.0

Bugfixes

- Fixed bug where certain allocations went missing during thread creation and cleanup. ([179](https://github.com/pythonspeed/filprofiler/issues/179))

2021.4.4

Bugfixes

- Fixed race condition in threads that resulting in wrong allocation being removed in the tracking code. ([175](https://github.com/pythonspeed/filprofiler/issues/175))

2021.4.3

Bugfixes

- **Major bugfix:** mmap() was usually not added correctly on Linux, and when it was, munmap() was ignored. ([161](https://github.com/pythonspeed/filprofiler/issues/161))

2021.4.2

Features

- Added --no-browser option to disable automatically opening reports in a browser. ([59](https://github.com/pythonspeed/filprofiler/issues/59))


Bugfixes

- Fixed bug where aligned_alloc()-created allocations were untracked when using pip packages with Conda; specifically this is relevant to libraries written in C++. ([152](https://github.com/pythonspeed/filprofiler/issues/152))
- Improved output in the rare case where allocations go missing. ([154](https://github.com/pythonspeed/filprofiler/issues/154))
- Fixed potential problem with threads noticing profiling is enabled. ([156](https://github.com/pythonspeed/filprofiler/issues/156))

Page 5 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.