runsnake - GUI utility for Python profiling
Contents
Description
This manual page documents briefly the runsnake command.
runsnake creates a visual map of the profile data gathered by the Profile and cProfile Python modules.
Name
runsnake - GUI utility for Python profiling
Options
runsnake has no options.
Synopsis
runsnake [file]...
Usage
Gather profiling data by running your Python script as in:
python -m cProfile -o <outputfilename> <script-name> <options>
Run runsnake on the output file:
runsnake <outputfilename>
or open the output file from the GUI menu.
More detailed documentation is available at
http://www.vrplumber.com/programming/runsnakerun/