~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Robert Collins
  • Date: 2007-06-26 08:52:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2554.
  • Revision ID: robertc@robertcollins.net-20070626085220-iovhwfjflk8vffbh
Add require_api API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
--profile      Profile execution using the hotshot profiler
194
194
--lsprof       Profile execution using the lsprof profiler
195
195
--lsprof-file  Profile execution using the lsprof profiler, and write the
196
 
               results to a specified file.
 
196
               results to a specified file.  If the filename ends with ".txt",
 
197
               text format will be used.  If the filename ends with
 
198
               ".callgrind", output will be formatted for use with KCacheGrind.
 
199
               Otherwise, the output will be a pickle.
 
200
 
 
201
See doc/developers/profiling.txt for more information on profiling.
197
202
 
198
203
Note: --version must be supplied before any command.
199
204
"""