~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • 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:
92
92
      ``other`` is large. This improves ``VF.get_graph([version_id])`` for
93
93
      a 12.5k graph from 2.9s down to 200ms. (John Arbash Meinel)
94
94
 
 
95
    * The ``--lsprof-file`` option now generates output for KCacheGrind if
 
96
      the file starts with ``callgrind.out``. This matches the default file
 
97
      filtering done by KCacheGrind's Open Dialog. (Ian Clatworthy)
 
98
 
95
99
  LIBRARY API BREAKS:
96
100
 
97
101
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.