summaryrefslogtreecommitdiffstats
path: root/debug_counter.c (follow)
Commit message (Expand)AuthorAgeLines
* make RB_DEBUG_COUNTER_INC()_thread-safeKoichi Sasada2020-12-17-1/+25
* Avoid doubly showing debug countersTakashi Kokubun2020-03-15-1/+2
* add debug_counter access functions.Koichi Sasada2019-12-25-15/+67
* debug_counter.c: include ruby/config.h before stdio.hRei Odaira2019-12-11-1/+1
* Update dependenciesNobuyoshi Nakada2019-11-18-1/+1
* Fix rb_define_singleton_method warningTakashi Kokubun2019-09-20-2/+2
* Add a way to print debug counters without exitingAaron Patterson2019-08-07-0/+7
* Add debug counter for MJIT stale_unitsk0kubun2019-04-14-0/+1
* Do not reset non-increment-only countersk0kubun2019-04-14-1/+10
* Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTERk0kubun2019-04-14-0/+9
* Add debug counters for MJIT cancelk0kubun2019-03-29-0/+2
* add debug counters more.ko12018-09-28-1/+1
* * expand tabs.svn2018-09-25-1/+1
* refactoring debug_counter.ko12018-09-25-6/+20
* debug_counter.c: debug_counter_names [ci skip]nobu2017-03-10-4/+6
* add performance counting mechanism for MRI debug/tuning purpose.ko12017-02-21-0/+39