Benchmarking Python's subroutines/function

W

Wijaya Edward

Hi,

How does one benchmark
multiple subroutines in Python?
Is there a built-in library for that?

--
Regards,
Edward WIJAYA
SINGAPORE

------------ Institute For Infocomm Research - Disclaimer -------------
This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you.
--------------------------------------------------------
 
D

Daniele Varrazzo

Wijaya Edward ha scritto:
Hi,

How does one benchmark
multiple subroutines in Python?
Is there a built-in library for that?

the timeit module, and the Python profile for a deeper insight. See
"The Python Profiler" in the Python Library Reference.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top