~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance.dot

  • Committer: Aaron Bentley
  • Date: 2007-07-17 00:27:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2622.
  • Revision ID: aaron.bentley@utoronto.ca-20070717002716-npegr2fup7cb1g5b
Add performance analysis of diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  uncommit_analysis[label="Work required analysis for uncommit"];
17
17
  wt_disk_order[label="Working Tree disk ordering\n6-8 weeks"];
18
18
  iter_merge[label="iter_changes based merge\n2 days"];
 
19
  diff_analysis[label="Work required analysis for diff"];
19
20
 
20
21
  /* uncompleted node list - add new tasks here */
21
22
  node[color="blue"];
22
23
  log_analysis[label="Work required analysis for log"];
23
24
  log_path_analysis[label="Work required analysis for log of selected paths."];
24
 
  diff_analysis[label="Work required analysis for diff"];
25
25
  diff_path_analysis[label="Work required analysis for diff of selected paths"];
26
26
  merge_analysis[label="Work required analysis for merge"];
27
27
  missing_analysis[label="Work required analysis for missing"];