Class: PerfEntry
- Inherits:
-
Object
- Object
- PerfEntry
- Defined in:
- lib/railsbench/perf_info.rb
Instance Attribute Summary collapse
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#timings ⇒ Object
Returns the value of attribute timings.
Instance Method Summary collapse
-
#initialize ⇒ PerfEntry
constructor
A new instance of PerfEntry.
Constructor Details
#initialize ⇒ PerfEntry
Returns a new instance of PerfEntry.
47 48 49 50 |
# File 'lib/railsbench/perf_info.rb', line 47 def initialize @keys = [] @timings = {} end |
Instance Attribute Details
#keys ⇒ Object
Returns the value of attribute keys.
46 47 48 |
# File 'lib/railsbench/perf_info.rb', line 46 def keys @keys end |
#timings ⇒ Object
Returns the value of attribute timings.
46 47 48 |
# File 'lib/railsbench/perf_info.rb', line 46 def timings @timings end |