Class: MethodInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/shoes/profiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



72
73
74
# File 'lib/shoes/profiler.rb', line 72

def count
  @count
end

#self_timeObject

Returns the value of attribute self_time

Returns:

  • (Object)

    the current value of self_time



72
73
74
# File 'lib/shoes/profiler.rb', line 72

def self_time
  @self_time
end

#total_timeObject

Returns the value of attribute total_time

Returns:

  • (Object)

    the current value of total_time



72
73
74
# File 'lib/shoes/profiler.rb', line 72

def total_time
  @total_time
end