pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Python Continuous Profiling Support

Open alexnovak opened this issue 2 years ago • 0 comments

Currently - the Pixie Continuous Profiler only supports Go, C++, Rust, and Java. It'd be awesome if this functionality could be extended to Python as well - especially given Python's ubiquity.

Additional context There's some precedence for this in Granulate's fork of bcc (pyperf) which does some funkiness to unwind the python stack at regular intervals. That said - it currently only supports x86_64, and would likely need some tinkering to match Vizier's recent alpha ARM support.

alexnovak avatar Mar 16 '23 16:03 alexnovak