Is there a way to annotate Python source code with the profiler results? -


I am currently using some Python code for profiles.

Is there a way to annotate the source code taken on each line? Ideally it will be a colorful (HTML) version of the source, in which red or some cast along with expensive rows.

Yes, look or

I think the output should be HTML It is so easy to render with the code.

For more graphs,

Comments