summaryrefslogtreecommitdiff
path: root/gc.rb
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-09-17 11:39:43 -0400
committerPeter Zhu <[email protected]>2024-09-17 15:22:43 -0400
commit2af080bd3031cc4ea37c985f5782355df151ab1c ()
tree04bdbf15f3f64382908b74d14a730c21502d7107 /gc.rb
parent5de7517bcb735b9d9c0daddaf7f519f63b033a9e (diff)
Change rb_gc_impl_get_profile_total_time to return unsigned long long
Notes: Merged: https://.com/ruby/ruby/pull/11639
-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