class TestProf::MemoryProf::AllocPrinter

def memory_amount(item)

def memory_amount(item)
  item[:memory]
end

def mode

def mode
  "allocations"
end

def print_total

def print_total
  "Total allocations: #{tracker.total_memory}\n\n"
end