aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-11 19:51:39 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-11 19:51:39 +0000
commit8b63abbb08d6ba72bd15ba3910babab5a53024c3 (patch)
treec1e81790e7ae319d0e89db295028835dd312b105 /railties/doc/guides/source
parent55c18cfb28a69b73e4f720a61498ffe73fd6c22b (diff)
downloadrails-8b63abbb08d6ba72bd15ba3910babab5a53024c3.tar.gz
rails-8b63abbb08d6ba72bd15ba3910babab5a53024c3.tar.bz2
rails-8b63abbb08d6ba72bd15ba3910babab5a53024c3.zip
Add links
Diffstat (limited to 'railties/doc/guides/source')
-rw-r--r--railties/doc/guides/source/performance_testing.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/railties/doc/guides/source/performance_testing.txt b/railties/doc/guides/source/performance_testing.txt
index 03099dbc98..9c73f39df7 100644
--- a/railties/doc/guides/source/performance_testing.txt
+++ b/railties/doc/guides/source/performance_testing.txt
@@ -523,7 +523,7 @@ This data is fairly straightforward to understand. Rails uses millisecond(ms) as
Michael Koziarski has an http://www.therailsway.com/2009/1/6/requests-per-second[interesting blog post] explaining the importance of using milliseconds as the metric.
-== Useful Profiling Tools ==
+== Useful Links ==
=== Rails Plugins and Gems ===
@@ -532,11 +532,17 @@ Michael Koziarski has an http://www.therailsway.com/2009/1/6/requests-per-second
* http://github.com/josevalim/rails-footnotes/tree/master[Rails Footnotes]
* http://github.com/dsboulder/query_reviewer/tree/master[Query Reviewer]
-=== External ===
+=== Generic Tools ===
* http://www.hpl.hp.com/research/linux/httperf[httperf]
* http://httpd.apache.org/docs/2.2/programs/ab.html[ab]
* http://jakarta.apache.org/jmeter[JMeter]
+* http://kcachegrind.sourceforge.net/html/Home.html[kcachegrind]
+
+=== Tutorials and Documentation ===
+
+* http://ruby-prof.rubyforge.org[ruby-prof API Documentation]
+* http://railscasts.com/episodes/98-request-profiling[Request Profiling Railscast] - Outdated, but useful for understanding call graphs
== Commercial Products ==