Ruby Performance Profiling
- by JustSmith
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.