aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/benchmarking_and_profiling/appendix.txt
diff options
context:
space:
mode:
authorMatthew Bergman <MZBPhoto@gmail.com>2008-09-21 22:52:28 -0400
committerMatthew Bergman <MZBPhoto@gmail.com>2008-09-21 22:52:28 -0400
commitd64c9eaebeee2c8611c70d1be8964f28c2ae60b1 (patch)
tree7dbadc85dbfe7cf6a592944cbf16831a7359d686 /railties/doc/guides/benchmarking_and_profiling/appendix.txt
parentea1eb57f56a4143d575ad8a3df54e063d8cea364 (diff)
downloadrails-d64c9eaebeee2c8611c70d1be8964f28c2ae60b1.tar.gz
rails-d64c9eaebeee2c8611c70d1be8964f28c2ae60b1.tar.bz2
rails-d64c9eaebeee2c8611c70d1be8964f28c2ae60b1.zip
fixed up benchmarking file names, fixed commits, truncated statistics section. Add real life example
Diffstat (limited to 'railties/doc/guides/benchmarking_and_profiling/appendix.txt')
-rw-r--r--railties/doc/guides/benchmarking_and_profiling/appendix.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/guides/benchmarking_and_profiling/appendix.txt b/railties/doc/guides/benchmarking_and_profiling/appendix.txt
index edda9607ed..ce618603d4 100644
--- a/railties/doc/guides/benchmarking_and_profiling/appendix.txt
+++ b/railties/doc/guides/benchmarking_and_profiling/appendix.txt
@@ -50,7 +50,7 @@ config.logger = Hodel3000CompliantLogger.new(config.log_path)
It's that simple. Your log output on restart should look like this.
.Hodel 3000 Example
-============================================================================
+----------------------------------------------------------------------------
Jul 15 11:45:43 matthew-bergmans-macbook-pro-15 rails[16207]:
Parameters: {"action"=>"shipping", "controller"=>"checkout"}
Jul 15 11:45:43 matthew-bergmans-macbook-pro-15 rails[16207]: 
@@ -76,7 +76,7 @@ Jul 15 11:45:43 matthew-bergmans-macbook-pro-15 rails[16207]:
Rendered store/_new_books (0.01358)
Jul 15 11:45:43 matthew-bergmans-macbook-pro-15 rails[16207]:
Completed in 0.37297 (2 reqs/sec) | Rendering: 0.02971 (7%) | DB: 0.01697 (4%) | 200 OK [https://secure.jeffbooks/checkout/shipping]
-============================================================================
+----------------------------------------------------------------------------
=== Palmist ===
An open source mysql query analyzer. Full featured and easy to work with. Also requires Hodel 3000