diff options
author | Peter Zhu <[email protected]> | 2024-09-17 11:39:43 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-09-17 15:22:43 -0400 |
commit | 2af080bd3031cc4ea37c985f5782355df151ab1c () | |
tree | 04bdbf15f3f64382908b74d14a730c21502d7107 /gc.rb | |
parent | 5de7517bcb735b9d9c0daddaf7f519f63b033a9e (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.rb | 2 |
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 |