It seems that if trying to exclude methods only error is got
undefined method `eliminate_methods!' for #<RubyProf::Profile:0x00007f4715dda208> result.eliminate_methods!(@exclusions) if @exclusions ^^^^^^^^^^^^^^^^^^^
My actual goal was to somehow filter results so that I would get output only for current sinatra request handler thread, to make interpreting results easier.
It seems that if trying to exclude methods only error is got
My actual goal was to somehow filter results so that I would get output only for current sinatra request handler thread, to make interpreting results easier.