Class: RequireProf::TablePrinter

Inherits:
AbstractPrinter show all
Defined in:
lib/require_prof/printers/table_printer.rb

Constant Summary collapse

SORTABLE_COLUMNS =
%w(time memory)

Method Summary

Methods inherited from AbstractPrinter

#initialize, #print

Constructor Details

This class inherits a constructor from RequireProf::AbstractPrinter