diff 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
line wrap: on
line diff
--- a/tests/test-extension.out	Tue Apr 07 20:57:25 2009 +0200
+++ b/tests/test-extension.out	Wed Apr 08 14:18:20 2009 +0200
@@ -48,7 +48,6 @@
     --debugger        start debugger
     --encoding        set the charset encoding (default: ascii)
     --encodingmode    set the charset encoding mode (default: strict)
-    --lsprof          print improved command execution profile
     --traceback       print traceback on exception
     --time            time how long the command takes
     --profile         print command execution profile