Mercurial > code > home > repos > light9
diff bin/curvecalc @ 1167:5e905ff44e84
CC now suports statprof profiling, and every other profile() call is now broken
Ignore-this: bc7c31af6598e7c132d2f847afe8de68
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Jun 2014 03:09:48 +0000 |
parents | a38955ba6f40 |
children | af7bf271aaae |
line wrap: on
line diff
--- a/bin/curvecalc Sun Jun 15 02:53:33 2014 +0000 +++ b/bin/curvecalc Sun Jun 15 03:09:48 2014 +0000 @@ -490,7 +490,7 @@ help="live reload of themes and code") parser.add_option("--startup-only", action='store_true', help="quit after loading everything (for timing tests)") - parser.add_option("--profile", action='store_true', help='profile') + parser.add_option("--profile", help='"hotshot" or "stat"') clientsession.add_option(parser) opts, args = parser.parse_args()