index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug_counter.c
Age
Commit message (
Expand
)
Author
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2022-12-07
Add debug counters to RubyVM.stat (#6086)
Chris Seaton
2022-12-06
MJIT: Remove obsoleted MJIT counters
Takashi Kokubun
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-03
Fix leaked global symbols for debug counter
Nobuyoshi Nakada
2022-07-03
Suppress -Wstring-concatenation
Nobuyoshi Nakada
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