remnant 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/remnant/base.rb +1 -1
- data/lib/remnant/version.rb +1 -1
- metadata +1 -1
data/lib/remnant/base.rb
CHANGED
@@ -41,7 +41,7 @@ class Remnant
|
|
41
41
|
Remnant.handler.timing("#{key_prefix}.#{remnant_key}", ms.to_i)
|
42
42
|
end
|
43
43
|
|
44
|
-
Remnant.handler.timing("#{key_prefix}.gc", Remnant::GC.
|
44
|
+
Remnant.handler.timing("#{key_prefix}.gc", Remnant::GC.time.to_i)
|
45
45
|
Remnant.handler.timing("#{key_prefix}.db", Remnant::Database.total_time.to_i)
|
46
46
|
|
47
47
|
@sample_counter = 0
|
data/lib/remnant/version.rb
CHANGED