diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-02-05 01:21:36 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-02-05 01:21:36 +0000 |
commit | 4d590a820a150a578e8ab68ff884f4f453035938 (patch) | |
tree | 713bee243c44009c68d415ceef36d1412795fd01 | |
parent | ffd0b1e3308823cd898d718b9d1e9ee24e8bec61 (diff) | |
download | rails-4d590a820a150a578e8ab68ff884f4f453035938.tar.gz rails-4d590a820a150a578e8ab68ff884f4f453035938.tar.bz2 rails-4d590a820a150a578e8ab68ff884f4f453035938.zip |
Fix links in performance guide
-rw-r--r-- | railties/guides/source/performance_testing.textile | 8 |
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 |