~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-25 05:04:05 UTC
  • mfrom: (4641.3.5 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090825050405-9g097zqrev5ownl5
(robertc) Add --lsprof-tests option to bzr selftest for profiling
        individual tests. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
Internals
68
68
*********
69
69
 
 
70
* The ``bzrlib.lsprof`` module has a new class ``BzrProfiler`` which makes
 
71
  profiling in some situations like callbacks and generators easier.
 
72
  (Robert Collins)
 
73
 
70
74
Testing
71
75
*******
72
76
 
 
77
* Passing ``--lsprof-tests -v`` to bzr selftest will cause lsprof output to
 
78
  be output for every test. Note that this is very verbose! (Robert Collins)
 
79
 
73
80
bzr 1.18
74
81
########
75
82