< BACKMake Note | BookmarkCONTINUE >
152015024128143245168232148039199167010047123209178152124239215162146115096223203225251117

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.


Last updated on 1/30/2002
Python Developer's Handbook, © 2002 Sams Publishing

< BACKMake Note | BookmarkCONTINUE >

Index terms contained in this section

modules
      pstats
pstats module

© 2002, O'Reilly & Associates, Inc.