Open yaroslavkasatikov opened 8 months ago
We don't officially support memory profiling with Python at the moment.
Something that might work is using https://github.com/timpalpant/pypprof, which then needs to be scraped by Parca. We might investigate these things in the future.
Hi team, I have tried to lookup many docs, but haven't found the way how to profile python memory with Parca. Is it possible (ideally I want to have smth like https://github.com/bloomberg/memray but with continuous profiling). Could you please help me with this case?
Thanks!