From 4d590a820a150a578e8ab68ff884f4f453035938 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Thu, 5 Feb 2009 01:21:36 +0000 Subject: Fix links in performance guide --- railties/guides/source/performance_testing.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'railties') diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile index 1b541f9f77..578625783e 100644 --- a/railties/guides/source/performance_testing.textile +++ b/railties/guides/source/performance_testing.textile @@ -189,25 +189,25 @@ h5. Memory Memory measures the amount of memory used for the performance test case. -Mode : Benchmarking, Profiling [xref:gc[Requires GC-Patched Ruby]] +Mode : Benchmarking, Profiling "Requires GC Patched Ruby":#installing-gc-patched-ruby h5. Objects Objects measures the number of objects allocated for the performance test case. -Mode : Benchmarking, Profiling [xref:gc[Requires GC-Patched Ruby]] +Mode : Benchmarking, Profiling "Requires GC Patched Ruby":#installing-gc-patched-ruby h5. GC Runs GC Runs measures the number of times GC was invoked for the performance test case. -Mode : Benchmarking [xref:gc[Requires GC-Patched Ruby]] +Mode : Benchmarking "Requires GC Patched Ruby":#installing-gc-patched-ruby h5. GC Time GC Time measures the amount of time spent in GC for the performance test case. -Mode : Benchmarking [xref:gc[Requires GC-Patched Ruby]] +Mode : Benchmarking "Requires GC Patched Ruby":#installing-gc-patched-ruby h4. Understanding the output -- cgit v1.2.3