GC プロファイラーに言及しているこの SO の質問を見つけました: Is there a way to profile ruby 1.9.2 scripts with memory allocation reports?
他のプロファイラーはありますか?できれば無料で使いやすく、Ruby 1.9.3 で動作します。
GC プロファイラーに言及しているこの SO の質問を見つけました: Is there a way to profile ruby 1.9.2 scripts with memory allocation reports?
他のプロファイラーはありますか?できれば無料で使いやすく、Ruby 1.9.3 で動作します。
「-r profile」で利用できる組み込みのプロファイラーがあり、私はこれを喜んで使用しています。ruby-profという gem もあります。