Method: Rack::Insight::SQLPanel::QueryResult#human_time

Defined in:
lib/rack/insight/panels/sql_panel/query.rb

#human_timeObject



41
42
43
# File 'lib/rack/insight/panels/sql_panel/query.rb', line 41

def human_time
  "%.2fms" % (@time)
end