commit | 824b1b2da8238b7b71a6135b727ea68d7bc8c5d2 | [log] [tgz] |
---|---|---|
author | Nicholas Bastin <nick.bastin@gmail.com> | Tue Mar 23 18:44:39 2004 +0000 |
committer | Nicholas Bastin <nick.bastin@gmail.com> | Tue Mar 23 18:44:39 2004 +0000 |
tree | 6c4f481bc7a3dc1cd2ca91dfcb3bf82ee3ad8363 | |
parent | 6fca7cc783bfd5696ca3b47022a62fa10b9ab89b [diff] [blame] |
Added command line options for profile.py - one for stats output file and one for sort order when using stdout. Uses optparse.
diff --git a/Misc/NEWS b/Misc/NEWS index 50c5249..be6984b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -290,6 +290,9 @@ Library ------- +- Added two new command-line arguments for profile (output file and + default sort). + - Added global runctx function to profile module - Add hlist missing entryconfigure and entrycget methods.