~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2009-06-24 20:44:46 UTC
  • Revision ID: john@arbash-meinel.com-20090624204446-5f8iy7nbv6mdfs7v
Remove some debugging counters.

Current 'annotate' breakdown:
NEWS  builtins.py
6.564 2.265     overall time
  0.164 0.038     resolve heads() etc on annotated lines
  2.103 0.841     extract texts, convert delta to left-matching-block
  4.289 1.382     compute annotations
    3.533 1.101     get_matching_blocks() (left and right parents)
    0.704 0.180     update left-hand parent annotations (includes above)
    3.251 1.068     update right-hand parents
      0.118 0.030     resolve annotation lines


So by percentage, 54% of the time is in PatienceSequenceMatcher, 32% of the
time is extracting texts, and only 14% of the time is in the annotation work.
Filename Latest Rev Last Changed Committer Comment Size
..
bzrlib 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
contrib 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
doc 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
man1 2425.1.1 17 years ago Robert Collins ``make docs`` now creates a man page at ``man1/bzr Diff
tools 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
.bzrignore 4454.3.43 15 years ago John Arbash Meinel Initial implementation of a Pyrex annotator. Drop 1.1 KB Diff Download File
.rsyncexclude 1185.33.36 19 years ago Martin Pool Exclude more files from dumb-rsync upload 203 bytes Diff Download File
BRANCH.TODO 4325.3.4 15 years ago Johan Walles Merge from upstream. 150 bytes Diff Download File
File bzr 4445.1.1 15 years ago Martin Pool Ignore deprecation warnings from inside gzip.py 5.6 KB Diff Download File
bzr.ico 3688.3.3 16 years ago John Arbash Meinel An updated transparent icon for bzr. 12.7 KB Diff Download File
COPYING.txt 1861.2.9 18 years ago Alexander Belchenko rename gpl.txt => COPYING.txt 17.5 KB Diff Download File
INSTALL 2696.2.4 17 years ago Aaron Bentley Fix typo 1.4 KB Diff Download File
Makefile 4070.11.14 15 years ago Martin Pool merge news 11 KB Diff Download File
NEWS 4473 15 years ago Canonical.com Patch Queue Manager (robertc) Do not permit stacking a branch on itsel 354 KB Diff Download File
profile_imports.py 4183.7.1 15 years ago Sabin Iacob update FSF mailing address 5.5 KB Diff Download File
README 3286 16 years ago Canonical.com Patch Queue Manager Start 1.4 development 3.3 KB Diff Download File
File setup.py 4454.3.43 15 years ago John Arbash Meinel Initial implementation of a Pyrex annotator. Drop 24.8 KB Diff Download File
TODO 2382.2.5 17 years ago Martin Pool Contents of TODO file moved into bug tracker 115 bytes Diff Download File