profiling - There is a tool named `perf` that uses stackpointers (a feature of...

@mistersql

profiling - There is a tool named `perf` that uses stackpointers (a feature of 3.12) and features tangentially related to JITs (3.13) to allow native code profilers to tell you where you python is slow (e.g. too many copies or bad branch prediction)

Self-replies

My takeaway from that is that and will probably have better profilers soon. I don't think I got the mad skilz to use `perf` & native code profilers on python apps