Itamar Turner-Trauring
Itamar Turner-Trauring
Now that I have the ability to do so, I should be able to run tests and create wheels for macOS ARM.
Requested by @cblakkan, and no doubt useful to others, this is good for running on Docker. * [ ] PyPI * [ ] Conda-Forge
What needs doing: * [ ] Figure out _how_ to hook APIs, whatever the equivalent of LD_PRELOAD is. this may involve compiling a new python.exe or something terrible like that....
And start using relevant features, e.g. `const` thread local.
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 :)...
Via https://github.com/mgrachev/update-informer maybe? Would need to add PyPI support.