Method: NxgHTML#execution_time
- Defined in:
- lib/nxgreport/nxghtml.rb
#execution_time ⇒ Object
118 119 120 121 122 |
# File 'lib/nxgreport/nxghtml.rb', line 118 def execution_time() return if !@data_provider.key?(:environment) return config_item("Total execution time", @data_provider[:execution_time],'access_time') end |