skip to navigation
skip to content

pyprof2html 0.2.3

Python cProfile and hotshot profile's data to HTML Converter

Downloads ↓

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.2.3-py2.7.egg (md5) Python Egg 2.7 2011-05-04 48KB 309
pyprof2html-0.2.3.tar.gz (md5) Source 2011-05-04 41KB 419