That produces flamegraphs and allows annotating a specific function only (e.g not the whole django app)
from what I saw, line profiler and cprofile measure wall time. e.g time from start of function to the end, and specifically here I need to find out the CPU killer (which isn't where the most time is spent)
I'd be glad for recommendations