<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pyprof2html</name>
<shortdesc>Python cProfile and hotshot profile's data to HTML Converter</shortdesc>
<description>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`_)

.. _`pystone hotshot linetimings`: http://www.hexacosa.net/pyprof2html/pystone-line_html/
.. _`pystone cProfile`: http://www.hexacosa.net/pyprof2html/pystone_html/
.. _`Devel::NYTProf`: http://search.cpan.org/dist/Devel-NYTProf/

Install
=======

used to easy_install::

  $ easy_install pyprof2html


Require
=======

Require `Jinja2`_ module.

.. _`Jinja2`: http://pypi.python.org/pypi/Jinja2/

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</description>
<homepage rdf:resource="http://www.hexacosa.net/project/pyprof2html/" />
<maintainer><foaf:Person><foaf:name>Hideo Hattori</foaf:name>
<foaf:mbox_sha1sum>2621a76654e2aa4ff988c72160e73228bd1d1043</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.7</revision></Version></release>
</Project></rdf:RDF>