I need to get a process time for each line in ruby script, but couldn't find any suitable gem.
I often use line_profiler in python and it's really useful.
I need to get a process time for each line in ruby script, but couldn't find any suitable gem.
I often use line_profiler in python and it's really useful.
I would try rblineprof and ruby-prof.