Class: Hotch::Memory::Report::Line::Total

Inherits:
Hotch::Memory::Report::Line show all
Defined in:
lib/hotch/memory.rb

Instance Attribute Summary

Attributes inherited from Hotch::Memory::Report::Line

#count, #filename, #max_age, #min_age, #old_count, #total_age, #total_memsize, #type

Instance Method Summary collapse

Methods inherited from Hotch::Memory::Report::Line

from_result, #key, #lengths, #puts, #sum

Constructor Details

#initializeTotal

Returns a new instance of Total.



190
191
192
# File 'lib/hotch/memory.rb', line 190

def initialize
  super("TOTAL", "", 0, 0, 0, 0, 0, 0)
end