~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance.dot

  • Committer: Vincent Ladeuil
  • Date: 2007-07-18 09:43:41 UTC
  • mto: (2778.5.1 vila)
  • mto: This revision was merged to the branch mainline in revision 2789.
  • Revision ID: v.ladeuil+lp@free.fr-20070718094341-edmgsog3el06yqow
Add performance analysis of missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  commit_analysis[label="Work required analysis for commit"];
11
11
  fetch_analysis[label="Work required analysis for push/pull"];
12
12
  gc_analysis[label="Work required analysis for gc"];
 
13
  missing_analysis[label="Work required analysis for missing"];
13
14
  revert_analysis[label="Work required analysis for revert"];
14
15
  revert_path_analysis[label="Work required analysis for revert of selected paths"];
15
16
  status_analysis[label="Work required analysis for status"];
24
25
  log_path_analysis[label="Work required analysis for log of selected paths."];
25
26
  diff_path_analysis[label="Work required analysis for diff of selected paths"];
26
27
  merge_analysis[label="Work required analysis for merge"];
27
 
  missing_analysis[label="Work required analysis for missing"];
28
28
  update_analysis[label="Work required analysis for update"];
29
29
  cbranch_analysis[label="Work required analysis for cbranch"];
30
30
 
54
54
  xdelta_imp[label="Xdelta implementation\n1 week"];
55
55
  q_splitting[label="Question radix directory splitting\n2 weeks"];
56
56
  i_splitting[label="Inventory storage changed to answer what-changed quickly\n6-8 weeks"]
57
 
  per_file_graph[label="Provide an API for per-file graph data rather than physical storage coupled knits api.\n1 days"];
 
57
  per_file_graph[label="Provide an API for per-file\n graph data rather than\n physical storage coupled knits api.\n1 days"];
58
58
  deprecate_versionedfile_api[label="Deprecate the public API for access to physical knit storage."];
59
59
  anno_cache[label="Annotations become a cache:\n logically separate data\n2 weeks"]
60
60
  anno_regen[label="Annotation regeneration\n"];
118
118
  merge_analysis -> merge_api_stack -> iter_merge -> i_splitting;
119
119
  merge_api_stack -> memory_copies;
120
120
  missing_analysis -> missing_api_stack -> repository_stacking;
 
121
 missing_api_stack -> graph_api;
121
122
  new_container -> pack_repository;
122
123
  pack_repository -> xdelta_imp;
123
124
  pack_repository -> repo_disk_order;