Ruby Performance Profiling
Posted
by JustSmith
on Stack Overflow
See other posts from Stack Overflow
or by JustSmith
Published on 2010-03-25T22:39:15Z
Indexed on
2010/03/25
22:43 UTC
Read the original article
Hit count: 464
I'm developing some code that calls another function and then sends out its response. If the said function takes to long i want to record this. Are there any light weight FREE performance profiling tools for Ruby, not on rails, that can do this?
I'm even open to any solution that is accurate.
© Stack Overflow or respective owner