Skip to main content


TIL that you can instruct python 3.12 on linux to enable perf profiling support via a PYTHONPERFSUPPORT=1 env variable.

See tanelpoder.com/posts/python-pe… for details