Metadata-Version: 1.0
Name: hprof
Version: 0.1.1
Summary: Free drop in replacement for profile and pstats module.
Home-page: http://savannah.nongnu.org/projects/pyprof/
Author: Floris Bruynooghe
Author-email: floris.bruynooghe@gmail.com
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 different timer functions but is still backwards compatible.
Platform: any
