~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance.dot

  • Committer: Robert Collins
  • Date: 2007-06-28 02:53:51 UTC
  • mto: This revision was merged to the branch mainline in revision 2558.
  • Revision ID: robertc@robertcollins.net-20070628025351-m2ljkhum6y81796w
Fix gc graph linkage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  gdfo_usage[label="GDFO Usage\n3 days"];
74
74
 
75
75
  /* dependencies */
 
76
  gc_analysis -> gc_api_stack;
76
77
  gdfo_api -> gdfo_cache;
77
78
  gdfo_api -> gdfo_usage;
78
79
  xdelta -> xdelta_imp;