On 2006-12-04, monkeyboy <[EMAIL PROTECTED]> wrote: > I have a function that hotshot says is very slow. I can get the > aggregate execution time, but is there a way to get the > execution time of each line so I can find the bottleneck?
Try 'print_callees' on the stats object for your bottleneck. That may help. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list