~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-13 06:16:27 UTC
  • mfrom: (2493.2.11 bzr.kcachegrind)
  • Revision ID: pqm@pqm.ubuntu.com-20070613061627-xx5xk6q0oxcy1etm
make profiling information easier to view and better documented (Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==========================
 
2
Bazaar Performance Roadmap
 
3
==========================
 
4
 
 
5
.. Mark sections in included files as following:
 
6
..   level 1 ========
 
7
..   level 2 --------
 
8
..   level 3 ~~~~~~~~
 
9
..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
 
10
 
 
11
.. contents::
 
12
.. sectnum::
 
13
 
 
14
About the performance roadmap
 
15
#############################
 
16
 
 
17
.. include:: performance-roadmap-rationale.txt
 
18
 
 
19
.. include:: planned-performance-changes.txt
 
20
 
 
21
Analysis of use cases
 
22
#####################
 
23
 
 
24
.. include:: performance-use-case-analysis.txt
 
25
 
 
26
Use cases
 
27
#########
 
28
 
 
29
.. include:: initial-push-pull.txt
 
30
 
 
31
.. include:: incremental-push-pull.txt
 
32
 
 
33
.. include:: add.txt
 
34
 
 
35
.. include:: gc.txt
 
36
 
 
37
.. include:: revert.txt
 
38
 
 
39
.. include:: annotate.txt
 
40
 
 
41
.. include:: merge-scaling.txt
 
42
 
 
43
.. include:: bundle-creation.txt