This is the command runsnake that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
runsnake - GUI utility for Python profiling
SYNOPSIS
runsnake [file]...
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.
OPTIONS
runsnake has no options.
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/
Use runsnake online using onworks.net services