logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

runsnakemem - GUI utility for Python memory profiling

Author

       runsnakemem 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.

                                                October 26, 2013                                  RUNSNAKEMEM(1)

Description

       This manual page documents briefly the runsnakemem command.

       runsnakemem creates a visual map of the profile data gathered by the Profile and cProfile Python modules.

Name

       runsnakemem - GUI utility for Python memory profiling

Options

runsnakemem has no options.

Synopsis

runsnakemem [file]...

Usage

       Gather profiling data by running your Python script as in:
       python -m cProfile -o <outputfilename> <script-name> <options>

       Run runsnakemem on the output file:
       runsnakemem <outputfilename>
       or open the output file from the GUI menu.

       More detailed documentation is available at
       http://www.vrplumber.com/programming/runsnakerun/

See Also