filprofiler
                                
                                
                                
                                    filprofiler copied to clipboard
                            
                            
                            
                        A Python memory profiler for data processing and scientific computing applications
Fixes #264 * [ ] Figure out how to do PrefixStripper without calling in to Python in flamegraph generation, since that leads to deadlocks... Should be much easier, or actually...
This was inside docker-compose container (docker desktop 4.6.1 on MacOS 12.3.1), and I added the memory limit manually using `docker update --memory 3000000000 --memory-swap 3000000000 `. I confirmed the memory...
### Discussed in https://github.com/pythonspeed/filprofiler/discussions/297 Originally posted by **fohria** January 26, 2022 hey! thanks for this profiler, it looks very useful, if i can figure out how to use it :)...
Hi, I imported **filprofiler** into our gitfarm and built it (through setuptools setup.py). The built artifacts are the same as what I get from ```pip install filprofiler```. However, when I...
I'm getting an error message after running fil-profile in OSX Terminal (bash): `0:94: execution error: File some object wasn’t found. (-43)` As a minimal test case, I can reproduce this...
I get the following error: fil-profile= Error writing SVG: I/O error: No stack counts found running your sample program on OS X Catalina 10.15.7 Python version 3.9.9 There is no...
Via https://github.com/mgrachev/update-informer maybe? Would need to add PyPI support.
It would be useful for some users to be able to get the source distribution from PyPI, not just compiled binaries. ### Discussed in https://github.com/pythonspeed/filprofiler/discussions/329 Originally posted by **Stonre** March...
So it doesn't get imported by accident...
E.g. imbl (maintained) or rpds (simpler) since im is no longer maintained.