perprof-py - A Python Package for Performance Profiling

Currently the only option for using perprof-py is download the source and installing it with Python.

The source is available at GitHub.

You can download the source using git with the command


    $ git clone https://github.com/lpoo/perprof-py.git
    

To install you will need Python3, pip3 and setup_tools. Install the requirements with


    # pip3 install -r REQUIREMENTS
    # python3 setup.py install