skip to navigation
skip to content

pyprof2html 0.1.7

Python cProfile and hotshot profile's data to HTML Converter

Downloads ↓

Latest Version: 0.2.3

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-py2.6.egg (md5) Python Egg 2.6 2009-10-14 13KB 450
pyprof2html-0.1.7.tar.gz (md5) Source 2009-10-14 7KB 1109