~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Ian Clatworthy
  • Date: 2007-07-27 05:57:27 UTC
  • mto: (2658.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2659.
  • Revision ID: ian.clatworthy@internode.on.net-20070727055727-yxxco3di19yykrev
Dump profiling data for KCacheGrind if the filename starts with callgrind.out

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
--lsprof       Profile execution using the lsprof profiler
195
195
--lsprof-file  Profile execution using the lsprof profiler, and write the
196
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.
 
197
               text format will be used.  If the filename either starts with
 
198
               "callgrind.out" or end with ".callgrind", the output will be
 
199
               formatted for use with KCacheGrind. Otherwise, the output
 
200
               will be a pickle.
200
201
 
201
202
See doc/developers/profiling.txt for more information on profiling.
202
203