~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

  • Committer: Martin Pool
  • Date: 2007-10-10 00:21:57 UTC
  • mfrom: (2900 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2901.
  • Revision ID: mbp@sourcefrog.net-20071010002157-utci0x44m2w47wgd
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
 * evil - capture call sites that do expensive or badly-scaling operations.
29
29
 * error - show stack traces for all top level exceptions
 
30
 * fetch - trace history copying between repositories
30
31
 * hooks - trace hook execution
31
32
 * hpss - trace smart protocol requests and responses
32
33
 * index - trace major index operations