lib/rubyperf.rb in rubyperf-0.1.0 vs lib/rubyperf.rb in rubyperf-1.0.0
- old
+ new
@@ -144,9 +144,10 @@
# TODO:
#
# * Eliminate the overhead of the perf meter operations from the computation of times.
#
+require 'perf/measure'
require 'perf/meter'
require 'perf/meter_factory'
require 'perf/no_op_meter'
require 'perf/report_format'
require 'perf/report_format_simple'