10.9.2 Using hotshot data

Python PEP

10.9.2 Using hotshot data

New in version 2.2.

This module loads hotshot profiling data into the standard pstats Stats objects.

Load hotshot data from filename. Returns an instance of the pstats.Stats class.

See Also:

The profile module's Stats class.

See About this document... for information on suggesting changes.