/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/profiling.txt

  • Committer: Vincent Ladeuil
  • Date: 2007-07-04 12:28:56 UTC
  • mfrom: (2584 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070704122856-7jn5e6ou08ukimof
merge bzr.dev @ 2584 resolving conflicts

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.)