The results for the ruby-prof output always contains a value for the \"Wait\" column. However, I\'ve never found a description of what this value is and in all the times I\'ve used ruby-prof, I\'ve ne
Besides ruby-prof and and the core Benchmark class, what do you use to profile your Ruby code? In particular, how do you find the bottlenecks in your code? It almost feels like I need to work on my ow
I want to test the profile usage of an important library-class of my rails-project. It uses ActiveRecord so I need all rails dependencies to profile it.
While using ruby-prof, printed out in开发者_如何学JAVA graph-html mode, the report for one method says (with some snipping)