Metadata-Version: 1.0
Name: hprof
Version: 0.1.0
Summary: Free drop in replacement for profile and pstats module.
Home-page: http://savannah.nongnu.org/projects/pyprof/
Author: Floris Bruynooghe
Author-email: fb102@soton.ac.uk
License: MIT/X11
Description: This module distribution has two modules hprofile and hpstats that
        behave exactly as the non-free profile and pstats modules.  This is
        done by wrapping the hotshot profiler.
        
        As a side effect there is also a native statistics module for hotshot,
        hstats, and a modified version of the extension module _hotshot that
        accepts differnt timer functions but is still backwards compatible.
Platform: any
