skip to navigation
skip to content

pyprof2html 0.1.7

Python cProfile and hotshot profile's data to HTML Converter

About

This script is converted to HTML file from Python's profile, Profile and hotshot profiling data. inspired by Devel::NYTProf (Perl Module)

sample data (pystone hotshot linetimings pystone cProfile)

Install

used to easy_install:

$ easy_install pyprof2html

Require

Require Jinja2 module.

Ubuntu

python-profiler (Ubuntu Package)

installed to:

$ easy_install jinja2

or:

$ sudo apt-get intall python-jinja2
$ sudo apt-get intall python-profiler

Usage

basic usage:

$ python -m cProfile -o PROFILE_DATA USER_SCRIPT.py
$ pyprof2html PROFILE_DATA
$ ls
html
File Type Py Version Uploaded on Size # downloads
pyprof2html-0.1.7.tar.gz (md5) Source 2009-10-14 18:45:15.495104 7KB 703
pyprof2html-0.1.7-py2.6.egg (md5) Python Egg 2.6 2009-10-14 18:45:16.919523 13KB 44

Log in to rate this package.