~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance-contributing.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-04 18:51:39 UTC
  • mfrom: (2961.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20071104185139-kaio3sneodg2kp71
Authentication ring implementation (read-only)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
pointing at it that is also BLUE, and start working on that.
12
12
 
13
13
Adhoc performance work can also be done. One useful tool is the 'evil' debug
14
 
flag. For instance running ``bzr -Devil commit -m "test"`` will log a backtrace
 
14
flag. For instance running ``bzr -Devil commit -m 'test'`` will log a backtrace
15
15
to the bzr log file for every method call which triggers a slow or non-scalable
16
16
part of the bzr library. So checking that a given command with ``-Devil`` has
17
17
no backtraces logged to the log file is a good way to find problem function