Re: Benchmarking Python's subroutines/function

2006-10-03 Thread 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. > > -- > Regards, > Edward WIJAYA > SIN

Benchmarking Python's subroutines/function

2006-10-03 Thread 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 recipien