- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 36字
- 2021-07-02 14:00:33
Profiling and timing programs
Profiling a Python program means measuring an execution time of a program. It measures the time spent in each function. Python's cProfile module is used for profiling a Python program.