Tagged Questions
1
vote
1answer
60 views
Stackless Python - profile single tasklet execution time
In my server written in Stackless Python, I occasionally am getting large spikes in CPU usage for 5-10 seconds durations. This happens sporadically so I'm having trouble tracking it down.
I've ...