
#28: Making Python Fast: Profiling Python Code
Talk Python To Me
00:00
PyCaulgraph: A Visualizer for C Profile Output
PyCaulgraph is a visualizer for the C profile output, right? Yeah. So it's almost basically the same as C profile, but it's kind of inverted. You can get really simple call graphs that are just this function called this function, which called this function. And it even colors in the, the more red it is, the more hot of a call it is or the more times it runs and the longer it runs.
Play episode from 17:51
Transcript


