aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.c
Commit message (Expand)AuthorAgeFilesLines
* debug_counter.c: include ruby/config.h before stdio.hRei Odaira2019-12-111-1/+1
* Update dependenciesNobuyoshi Nakada2019-11-181-1/+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/+7
* Add debug counter for MJIT stale_unitsk0kubun2019-04-141-0/+1
* Do not reset non-increment-only countersk0kubun2019-04-141-1/+10
* Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTERk0kubun2019-04-141-0/+9
* Add debug counters for MJIT cancelk0kubun2019-03-291-0/+2
* add debug counters more.ko12018-09-281-1/+1
* * expand tabs.svn2018-09-251-1/+1
* refactoring debug_counter.ko12018-09-251-6/+20
* debug_counter.c: debug_counter_names [ci skip]nobu2017-03-101-4/+6
* add performance counting mechanism for MRI debug/tuning purpose.ko12017-02-211-0/+39