~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/debug.py

Merge from bzr.dev.

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