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
/
test
/
-ext-
/
tracepoint
/
test_tracepoint.rb
Age
Commit message (
Expand
)
Author
2024-10-03
Fix indentation in test_after_gc_start_hook_with_GC_stress
Peter Zhu
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2020-10-16
keep proc on the stack so it does not move
Aaron Patterson
2020-03-29
Clear all trace events during teardown
Alan Wu
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2019-06-30
Suppress unused literal warnings in verbose mode
Nobuyoshi Nakada
2019-06-28
Removed unused variables
Nobuyoshi Nakada
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-09-09
GC.stat key name
nobu
2013-12-05
ext/objspace: remove OS.after_gc_start_hook= and move internal test
tmm1
2013-12-05
gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEP
tmm1
2013-11-26
* vm_trace.c: prohibit to specify normal events and internal events
ko1
2013-11-24
* test/-ext-/tracepoint/test_tracepoint.rb: catch up GC.stat changes
ko1
2013-10-14
test/-ext-: suppress warnings
nobu
2013-10-09
test: use assert_raise
nobu
2013-10-09
test_tracepoint.rb: include zombies
nobu
2013-07-23
* test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to count
ko1
2013-05-27
* include/ruby/ruby.h, gc.c: add new internal event
ko1
2013-05-27
* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.
ko1