python -m cProfile [script_name].py

http://docs.python.org/2/library/profile.html#module-cProfile


Demian Brecht
http://demianbrecht.github.com




On 2013-02-06 2:30 PM, "richard_hubbe11" <richard_hubb...@lavabit.com>
wrote:

>I see that urlparse uses split and not re at all and, in my tests,
>urlparse
>completes in less time. More calls but less time is ok to me.
>
>How did you run the test?
>What produces the function call count?


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to