Previous | Next --- Slide 13 of 48
Back to Lecture Thumbnails
Tengjiao

Just curious, is there any tools that can describe elapsed time by a timeline and tell us how much time spent on each function like:

time function

0 call main

3 call functionA

6 function A ends

7 call functionA

10 function A ends

11 main ends

ferozenaina

Python has visual profilers - SnakeViz and runsnakerun and so does CUDA C++.