Profiling Ruby’s Memory Allocation with TCmalloc
Everytime Ruby needs to request memory from the operating system it has to call the malloc function… https://www.rubyguides.com/2018/04/ruby-tcmalloc-profiling/
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Everytime Ruby needs to request memory from the operating system it has to call the malloc function… https://www.rubyguides.com/2018/04/ruby-tcmalloc-profiling/
Post a comment