Class: DiyProf::MethodInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/diy_prof/lib/diy_prof/dot_reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



4
5
6
# File 'lib/diy_prof/lib/diy_prof/dot_reporter.rb', line 4

def count
  @count
end

#self_timeObject

Returns the value of attribute self_time

Returns:

  • (Object)

    the current value of self_time



4
5
6
# File 'lib/diy_prof/lib/diy_prof/dot_reporter.rb', line 4

def self_time
  @self_time
end

#total_timeObject

Returns the value of attribute total_time

Returns:

  • (Object)

    the current value of total_time



4
5
6
# File 'lib/diy_prof/lib/diy_prof/dot_reporter.rb', line 4

def total_time
  @total_time
end