filprofiler icon indicating copy to clipboard operation
filprofiler copied to clipboard

A Python memory profiler for data processing and scientific computing applications

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

## Version information Fil: 2021.12.2 Python: 3.7.12 (default, Dec 20 2021, 11:33:29) [Clang 13.0.0 (clang-1300.0.29.3)] Additional context that could be valuable is that this is on MacOS Monterey on an...

NEXT

I am using it to compare memory consumption for my code framework with others. how to cite?

`multiprocessing` and other similar systems are basically the same program, just with multiple processes. That memory should be tracked together. Implementation ideas: 1. Each subprocess tracks its own info. 2....

Basically like Jupyter, but need to start IPython in a special way (`filprofile python -m IPython` or something like that?).

documentation

`@conda` decorator might be good starting point?

integration

No one cares where NumPy is installed, probably, they care that NumPy was the one that allocated memory. So let's make the formatting a little less verbose.

enhancement
NEXT

Hi, I need to measure the memory usage of operations on different matrix sizes. Is there a way that I can get the peak memory usage and log it into...

enhancement

Insofar as Fil4prod uses this, reducing potential panics is important.

NEXT

Document how to use Fil with Airflow tasks. @timur-orudzhov could you explain a little bit how you run Airflow, and what kind of executors you use? Did you expect to...

documentation

Specifically, tracking memory usage on a task level.

documentation