comparison tests/test-extension.out @ 8021:1c2cf2e5dc9b

profiling: dropping hotshot profiling. --profile as a unique profiling option hotshot was an experimental module, which is broken for Python < 2.5 And even for Python >= 2.5 users, hotshot usage is discouraged: cProfile (formerly lsprof) should be used instead.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 08 Apr 2009 14:18:20 +0200
parents f60730693efc
children 18081ce1e630
comparison
equal deleted inserted replaced
8020:777a9efdae2d 8021:1c2cf2e5dc9b
46 --config set/override config option 46 --config set/override config option
47 --debug enable debugging output 47 --debug enable debugging output
48 --debugger start debugger 48 --debugger start debugger
49 --encoding set the charset encoding (default: ascii) 49 --encoding set the charset encoding (default: ascii)
50 --encodingmode set the charset encoding mode (default: strict) 50 --encodingmode set the charset encoding mode (default: strict)
51 --lsprof print improved command execution profile
52 --traceback print traceback on exception 51 --traceback print traceback on exception
53 --time time how long the command takes 52 --time time how long the command takes
54 --profile print command execution profile 53 --profile print command execution profile
55 --version output version information and exit 54 --version output version information and exit
56 -h --help display help and exit 55 -h --help display help and exit