aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.h
Commit message (Expand)AuthorAgeFilesLines
* add debug counter to count `call` reusing cases.Koichi Sasada2019-12-171-0/+1
* add debug counters for vm_search_method_slowpath()卜部昌平2019-10-031-0/+10
* introduce `obj_ary_extracapa`.Koichi Sasada2019-09-251-0/+1
* Fix rb_define_singleton_method warningTakashi Kokubun2019-09-201-2/+2
* Add a way to print debug counters without exitingAaron Patterson2019-08-071-0/+1
* add debug_counters to check details.Koichi Sasada2019-08-021-1/+6
* Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada2019-07-311-1/+5
* fix debug counter for Hash counts.Koichi Sasada2019-07-191-6/+6
* fix shared array terminology.Koichi Sasada2019-07-191-0/+9
* Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...Lourens Naudé2019-05-071-0/+6
* add new debug_counters about is_pointer_to_heap().Koichi Sasada2019-05-071-0/+5
* Invalidate JIT-ed code if ISeq is moved by GC.compactk0kubun2019-04-201-1/+1
* Fix missing debug counter namek0kubun2019-04-141-1/+1
* Add debug counter for MJIT stale_unitsk0kubun2019-04-141-0/+1
* Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTERk0kubun2019-04-141-0/+2
* Add debug counter for VM <-> MJIT callsk0kubun2019-04-061-0/+6
* Add mjit_compile_failures debug counterk0kubun2019-03-291-0/+3
* Add debug counters for MJIT cancelk0kubun2019-03-291-1/+8
* Add debug counter for rb_mjit_unit_listk0kubun2019-03-291-0/+5
* Fix a typo [ci skip]kazu2019-03-291-1/+1
* Add debug counters for MJITk0kubun2019-03-291-0/+8
* Elaborate more on some debug counters [ci skip]k0kubun2019-03-291-7/+7
* add debug counters to count call cache fastpath.ko12019-03-221-0/+22
* rename li_table->ar_table (and related names).ko12018-12-141-1/+1
* support theap for T_HASH. [Feature #14989]ko12018-10-301-0/+5
* support theap for T_STRUCT.ko12018-10-301-1/+2
* support theap for T_OBJECT.ko12018-10-301-2/+5
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+5
* revert r65444 and r65446 because of commit missko12018-10-301-10/+2
* support theap for T_OBJECT.ko12018-10-301-2/+5
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+5
* add new counter about GC.ko12018-10-251-0/+1
* add new debug_counters for GC.ko12018-10-241-0/+19
* add debug counters more.ko12018-09-281-0/+10
* add debug counters more.ko12018-09-281-3/+53
* add some debug counters.ko12018-09-261-0/+8
* refactoring debug_counter.ko12018-09-251-9/+81
* debug_counter.h: include __FILE__ to recursenobu2018-02-091-1/+1
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-0/+5
* add debug counters for local variable (lavr) access.ko12017-05-311-0/+10
* Add debug counters.ko12017-05-241-0/+16
* add several counters to analyze ivar inline caches.ko12017-03-151-6/+13
* debug_counter.c: debug_counter_names [ci skip]nobu2017-03-101-21/+25
* add performance counting mechanism for MRI debug/tuning purpose.ko12017-02-211-0/+67