10.9.2 Using hotshot data

New in version 2.2.

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

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

See Also:

Module profile:
The profile module's Stats class.

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