profile
profile copied to clipboard
Given a ruby 3.2.2 rails worker that does some stuff, I have an output: ``` % cumulative self self total time seconds seconds calls ms/call ms/call name 78.79 30.09 30.09...
I realize this changes the output, but would you be open to including the source_location, is that possible? ie: ``` % cumulative self self total time seconds seconds calls ms/call...
I want to use profile.rb. Because it is convenient to be able to profile only by specifying `-rprofile`. When executed with such sample code ```ruby require 'profile' def slow_method 5000.times...