/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2009-06-23 22:21:35 UTC
  • Revision ID: john@arbash-meinel.com-20090623222135-ldbtuclia1zfmvuy
More debug timing.
{'_process_pending': 0.31604861791095284,
 '_read_records_iter': 1.493346989631362,
 'annotate one': 5.0270826320105231,
 'annotate time': 7.4366645760843912,
 'expand_record': 0.4893973954790547,
 'first ann': 8498,
 'get build graph': 0.24679763768858889,
 'get_matching_blocks()': 3.7303522514733056,
 'heads time': 0.1828461438535145,
 'known blocks': 4389,
 'left parents': 4560,
 'multi heads': 30,
 'multi source': 8649,
 'one head': 8619,
 'one source': 973,
 'overall': 7.6605459632439326,
 'resolve annotations': 0.2150744019142099,
 'right parents': 2094,
 'unknown blocks': 2265,
 'update left': 0.9340078138422363,
 'update other match': 3.3286844417377002,
 'update other resolve': 0.34835153629861293,
 'update rest': 3.7008640064589233}

proc_pending + expand + read_raw gives about 2s to get the texts.
and then we spend 5s annotating, 3.5s of that is get_matching_blocks().
So there is about 400ms left to trim out of _update_from_other_parents,
which really isn't much.

The next *biggest* time would be to improve the PatienceSequence information.
Filename Latest Rev Last Changed Committer Comment Size
..
bzrlib 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
contrib 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
doc 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
man1 2425.1.1 19 years ago Robert Collins ``make docs`` now creates a man page at ``man1/bzr Diff
tools 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
.bzrignore 4454.3.43 16 years ago John Arbash Meinel Initial implementation of a Pyrex annotator. Drop 1.1 KB Diff Download File
.rsyncexclude 1185.33.36 20 years ago Martin Pool Exclude more files from dumb-rsync upload 203 bytes Diff Download File
BRANCH.TODO 4325.3.4 16 years ago Johan Walles Merge from upstream. 150 bytes Diff Download File
File bzr 4445.1.1 16 years ago Martin Pool Ignore deprecation warnings from inside gzip.py 5.6 KB Diff Download File
bzr.ico 3688.3.3 17 years ago John Arbash Meinel An updated transparent icon for bzr. 12.7 KB Diff Download File
COPYING.txt 1861.2.9 19 years ago Alexander Belchenko rename gpl.txt => COPYING.txt 17.5 KB Diff Download File
INSTALL 2696.2.4 18 years ago Aaron Bentley Fix typo 1.4 KB Diff Download File
Makefile 4070.11.14 16 years ago Martin Pool merge news 11 KB Diff Download File
NEWS 4473 16 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 17 years ago Sabin Iacob update FSF mailing address 5.5 KB Diff Download File
README 3286 18 years ago Canonical.com Patch Queue Manager Start 1.4 development 3.3 KB Diff Download File
File setup.py 4454.3.43 16 years ago John Arbash Meinel Initial implementation of a Pyrex annotator. Drop 24.8 KB Diff Download File
TODO 2382.2.5 19 years ago Martin Pool Contents of TODO file moved into bug tracker 115 bytes Diff Download File