Class: SpeedGun::Profiler::Rack

Inherits:
Base
  • Object
show all
Defined in:
lib/speed_gun/profiler/rack.rb

Instance Attribute Summary

Attributes inherited from Base

#backtrace, #elapsed_time, #id, #parent_profile_id

Instance Method Summary collapse

Methods inherited from Base

#as_msgpack, hook_method, #html, inherited, #initialize, label, #label, load, #measure, profile, #profile, profiler_type, #to_msgpack, #type

Constructor Details

This class inherits a constructor from SpeedGun::Profiler::Base

Instance Method Details

#titleObject



4
5
6
# File 'lib/speed_gun/profiler/rack.rb', line 4

def title
  'Rack Total'
end