Opened at 2011-10-11T02:52:05Z
Last modified at 2020-01-16T20:57:29Z
#1558 closed defect
don't use hotshot as profiler for 'tahoe start --profile' — at Initial Version
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-cli | Version: | 1.9.0a2 |
Keywords: | tahoe-start profile performance twistd twisted | Cc: | |
Launchpad Bug: |
Description
Hotshot is unmaintained (see http://docs.python.org/library/hotshot.html and http://bugs.python.org/issue900092 and http://twistedmatrix.com/trac/ticket/5137#comment:3). tahoe start --profile should probably use cProfile instead.
See also #1546 (pass arbitrary options to twistd through the "tahoe" command-line), which would allow you to override the default profiler.
Note: See
TracTickets for help on using
tickets.