ruby-prof
ruby-prof "Wait" column in the results: what is it?
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[详细]
2023-02-24 03:32 分类:问答Profiling Ruby Code
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[详细]
2023-01-23 04:23 分类:问答Profile memory-performance for part of an rails project
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.[详细]
2022-12-24 07:02 分类:问答Is it possible to ignore irrelevant methods when profiling ruby applications?
While using ruby-prof, printed out in开发者_如何学JAVA graph-html mode, the report for one method says (with some snipping)[详细]
2022-12-20 07:03 分类:问答