Method: TimeLogger#delta
- Defined in:
- lib/openstudio/workflow/time_logger.rb
#delta(channel) ⇒ Object
this will report all the values for all the channels with this name.
82 83 84 |
# File 'lib/openstudio/workflow/time_logger.rb', line 82 def delta(channel) @logger.map { |k| { channel.to_s => k[:delta] } if k[:channel] == channel }.compact end |