~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/profiling.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-28 07:08:27 UTC
  • mfrom: (2553.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070628070827-h5s313dg5tnag9vj
(robertc) Show the names of commit hooks during commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
can get with::
34
34
 
35
35
  svn co http://codespeak.net/svn/user/arigo/hack/misc/lsprof
36
 
 
37
 
 
38
 
Profiling locks
39
 
---------------
40
 
 
41
 
Bazaar can log when locks are taken or released, which can help in
42
 
identifying unnecessary lock traffic.  This is activated by the ``-Dlock``
43
 
global option.
44
 
 
45
 
This writes messages into ~/.bzr.log.
46
 
At present this only logs actions relating to the on-disk lockdir.  It 
47
 
doesn't describe actions on in-memory lock counters, or OS locks (which
48
 
are used for dirstate.)