mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Change rb_gc_impl_get_profile_total_time to return unsigned long long
This commit is contained in:
parent
5de7517bcb
commit
2af080bd30
Notes:
git
2024-09-17 19:23:00 +00:00
4 changed files with 5 additions and 5 deletions
|
@ -87,7 +87,7 @@ GC_IMPL_FN VALUE rb_gc_impl_object_id_to_ref(void *objspace_ptr, VALUE object_id
|
|||
// Statistics
|
||||
GC_IMPL_FN VALUE rb_gc_impl_set_measure_total_time(void *objspace_ptr, VALUE flag);
|
||||
GC_IMPL_FN VALUE rb_gc_impl_get_measure_total_time(void *objspace_ptr);
|
||||
GC_IMPL_FN VALUE rb_gc_impl_get_profile_total_time(void *objspace_ptr);
|
||||
GC_IMPL_FN unsigned long long rb_gc_impl_get_profile_total_time(void *objspace_ptr);
|
||||
GC_IMPL_FN size_t rb_gc_impl_gc_count(void *objspace_ptr);
|
||||
GC_IMPL_FN VALUE rb_gc_impl_latest_gc_info(void *objspace_ptr, VALUE key);
|
||||
GC_IMPL_FN size_t rb_gc_impl_stat(void *objspace_ptr, VALUE hash_or_sym);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue