]> granicus.if.org Git - python/commit
Added command line options for profile.py - one for stats output file
authorNicholas Bastin <nick.bastin@gmail.com>
Tue, 23 Mar 2004 18:44:39 +0000 (18:44 +0000)
committerNicholas Bastin <nick.bastin@gmail.com>
Tue, 23 Mar 2004 18:44:39 +0000 (18:44 +0000)
commit824b1b2da8238b7b71a6135b727ea68d7bc8c5d2
tree6c4f481bc7a3dc1cd2ca91dfcb3bf82ee3ad8363
parent6fca7cc783bfd5696ca3b47022a62fa10b9ab89b
Added command line options for profile.py - one for stats output file
and one for sort order when using stdout.  Uses optparse.
Doc/lib/libprofile.tex
Lib/profile.py
Misc/NEWS