␡
- Python Libraries
- Python Services
- The String Group
- Miscellaneous
- Generic Operational System
- Optional Operational System
- Debugger
- Profiler
- Internet Protocol and Support
- Internet Data Handling
- Restricted Execution
- Multimedia
- Cryptographic
- UNIX Specific
- SGI IRIX Specific
- Sun OS Specific
- MS Windows Specific
- Macintosh Specific
- Undocumented Modules
- Summary
Profiler
The profiler module is a code execution profiler. This tool can be used to analyze statistics about the runtime performance of a program. It helps you to identify what parts of your program are running slower than the expected and what can be done to optimize it. The pstats module works along with the profiler module in order to analyze the collected data.
See Chapter 17 for details.