aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-05 01:21:36 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-05 01:21:36 +0000
commit4d590a820a150a578e8ab68ff884f4f453035938 (patch)
tree713bee243c44009c68d415ceef36d1412795fd01 /railties
parentffd0b1e3308823cd898d718b9d1e9ee24e8bec61 (diff)
downloadrails-4d590a820a150a578e8ab68ff884f4f453035938.tar.gz
rails-4d590a820a150a578e8ab68ff884f4f453035938.tar.bz2
rails-4d590a820a150a578e8ab68ff884f4f453035938.zip
Fix links in performance guide
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/performance_testing.textile8
1 files changed, 4 insertions, 4 deletions
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