Slide 26
Slide 26 text
Querying Ruby about Ruby
The CRuby runtime knows the best about CRuby state
The stack, Threads, Ractors, GC ...
Many aspects are not observable from Ruby code
Contrarily, tools like perf won't work without special
support
The Ruby stack is mere memory from perf's POV