Age | Commit message (Expand) | Author |
---|---|---|
2020-12-17 | make RB_DEBUG_COUNTER_INC()_thread-safe | Koichi Sasada |
2020-03-15 | Avoid doubly showing debug counters | Takashi Kokubun |
2019-12-25 | add debug_counter access functions. | Koichi Sasada |
2019-12-11 | debug_counter.c: include ruby/config.h before stdio.h | Rei Odaira |
2019-11-18 | Update dependencies | Nobuyoshi Nakada |
2019-09-20 | Fix rb_define_singleton_method warning | Takashi Kokubun |
2019-08-07 | Add a way to print debug counters without exiting | Aaron Patterson |
2019-04-14 | Add debug counter for MJIT stale_units | k0kubun |
2019-04-14 | Do not reset non-increment-only counters | k0kubun |
2019-04-14 | Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTER | k0kubun |
2019-03-29 | Add debug counters for MJIT cancel | k0kubun |
2018-09-28 | add debug counters more. | ko1 |
2018-09-25 | * expand tabs. | svn |
2018-09-25 | refactoring debug_counter. | ko1 |
2017-03-10 | debug_counter.c: debug_counter_names [ci skip] | nobu |
2017-02-21 | add performance counting mechanism for MRI debug/tuning purpose. | ko1 |