Rev 2544: Add GC to the performance.dot file and correct a bug in the performance-roadmap doc file. in sftp://rookery/~/public_html/baz2.0/roadmap

Robert Collins robertc at robertcollins.net
Thu Jun 28 03:48:15 BST 2007


At sftp://rookery/~/public_html/baz2.0/roadmap

------------------------------------------------------------
revno: 2544
revision-id: robertc at robertcollins.net-20070628024812-w7idw3rg3hahe9e8
parent: robertc at robertcollins.net-20070628024350-z8bdm0y6yz2uyf4o
committer: Robert Collins <robertc at robertcollins.net>
branch nick: roadmap
timestamp: Thu 2007-06-28 12:48:12 +1000
message:
  Add GC to the performance.dot file and correct a bug in the performance-roadmap doc file.
modified:
  doc/developers/performance-roadmap.txt performanceroadmap.t-20070507174912-mwv3xv517cs4sisd-2
  doc/developers/performance.dot performance.dot-20070527173558-rqaqxn1al7vzgcto-3
=== modified file 'doc/developers/performance-roadmap.txt'
--- a/doc/developers/performance-roadmap.txt	2007-06-28 02:43:50 +0000
+++ b/doc/developers/performance-roadmap.txt	2007-06-28 02:48:12 +0000
@@ -36,7 +36,7 @@
 
 .. include:: add.txt
 
-.. include:: performance-commit.txt
+.. include:: commit.txt
 
 .. include:: gc.txt
 
@@ -48,6 +48,4 @@
 
 .. include:: bundle-creation.txt
 
-.. include:: commit.txt
-
 .. include:: uncommit.txt

=== modified file 'doc/developers/performance.dot'
--- a/doc/developers/performance.dot	2007-06-21 06:41:07 +0000
+++ b/doc/developers/performance.dot	2007-06-28 02:48:12 +0000
@@ -8,6 +8,7 @@
   bundle_analysis[label="Work required analysis for creating a bundle"];
   commit_analysis[label="Work required analysis for commit"];
   fetch_analysis[label="Work required analysis for push/pull"];
+  gc_analysis[label="Work required analysis for gc"];
   revert_analysis[label="Work required analysis for revert"];
   revert_path_analysis[label="Work required analysis for revert of selected paths"];
   wt_disk_order[label="Working Tree disk ordering\n6-8 weeks"];
@@ -35,6 +36,7 @@
   log_api_stack[label="Targeted API stack for log"];
   log_path_api_stack[label="Targeted API stack for log of selected paths."];
   diff_api_stack[label="Targeted API stack for diff"];
+  gc_api_stack[label="Targeted API stack for gc"];
   revert_api_stack[label="Targeted API stack for revert"];
   revert_path_api_stack[label="Targeted API stack for revert of selected paths"];
   merge_api_stack[label="Targeted API stack for merge"];



More information about the bazaar-commits mailing list