summaryrefslogtreecommitdiff
path: root/gc.rb
diff options
context:
space:
mode:
-rw-r--r--gc.rb2
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ module GC
# Return measured \GC total time in nano seconds.
def self.total_time
Primitive.cexpr! %{
- rb_gc_impl_get_profile_total_time(rb_gc_get_objspace())
}
end
end