Neil Schemenauer <nas-pyt...@arctrix.com> added the comment:

BTW, 'perf report [...]' has a really neat annotated assembly view.  Scroll to 
the function you are interested in and press 'a'.  Press 't' to toggle the time 
units (left side numbers).  I'm attaching a screenshot of the disassembly of 
the lookdict function.  The time units are sample accounts.  Each count is a 
point where the profiler woke up on that specific instruction.

----------
Added file: https://bugs.python.org/file48157/perf-screenshot.png

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36012>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to