Skip to content

Visualize Python cProfile data using kcachegrind

Notifications You must be signed in to change notification settings

davvid/pycachegrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

pycachegrind: Visualize cProfile data with kcachegrind

pycachegrind allows you to run arbitrary Python scripts using cProfile. The cProfile data is converted to a form readable by kcachegrind.

Usage

$ ./pycachegrind -h
Usage: pycachegrind [-o <output_file_path>]
                    (-i <input_file_path> | <scriptfile> [arg]*)

Options:
  -h, --help            show this help message and exit
  -o OUTFILE, --outfile=OUTFILE
                        Save stats to <outfile>
  -i INFILE, --infile=INFILE
                        Read stats from <infile>

See Also

About

Visualize Python cProfile data using kcachegrind

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages