simple-py-profΒΆ
simple-py-prof is a script in CIMEROOT/scripts/Tools.
$ ./simple-py-prof --help
Usage: cProfile.py [-o output_file_path] [-s sort] scriptfile [arg] ...
Options:
-h, --help show this help message and exit
-o OUTFILE, --outfile=OUTFILE
Save stats to <outfile>
-s SORT, --sort=SORT Sort order when printing to stdout, based on
pstats.Stats class