lib/remnant/base.rb in remnant-0.4.2 vs lib/remnant/base.rb in remnant-0.4.3

- old
+ new

@@ -41,9 +41,10 @@ Remnant.handler.timing("#{key_prefix}.#{remnant_key}", ms.to_i) end Remnant.handler.timing("#{key_prefix}.gc", Remnant::GC.time.to_i) Remnant.handler.timing("#{key_prefix}.db", Remnant::Database.total_time.to_i) + Remnant.handler.timing("#{key_prefix}.filters", Remnant::Filters.total_time.to_i) @sample_counter = 0 else @sample_counter += 1 end