debian man page for runsnake

Query: runsnake

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RUNSNAKE(1)						      General Commands Manual						       RUNSNAKE(1)

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/
AUTHOR
runsnake was written by Mike C. Fletcher <mcfletch@vrplumber.com>. This manual page was written by Federico Ceratto <federico.ceratto@gmail.com> for the Debian project and may be used by others. November 17, 2010 RUNSNAKE(1)
Related Man Pages
empy(1) - debian
idle(1) - x11r4
idle(1) - posix
idle(1) - plan9
idle(1) - minix
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com