3

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.

Light Yagmi
  • 5,085
  • 12
  • 43
  • 64

1 Answers1

1

I would try rblineprof and ruby-prof.

Michael Mior
  • 28,107
  • 9
  • 89
  • 113
Sady
  • 412
  • 4
  • 10
  • Thak you. rblineprof gem is fine. In OSX, I couldn't install original gem, so used this: https://github.com/MasterLambaster/PLine – Light Yagmi Jun 26 '14 at 02:17