| Class | Analyzer |
| In: |
lib/production_log/analyzer.rb
|
| Parent: | Object |
Calculates statistics for production logs.
| db_times | [R] | An Array of all the request database times for the log file. |
| logfile_name | [R] | The logfile being read by the Analyzer. |
| render_times | [R] | An Array of all the request render times for the log file. |
| request_times | [R] | An Array of all the request total times for the log file. |