0

我发现这个提到 GC 分析器的 SO 问题:Is there a way to profile ruby​​ 1.9.2 scripts with memory allocation reports?

还有其他分析器吗?最好是免费的、易于使用的,并且可以使用 Ruby 1.9.3。

4

1 回答 1

1

“-r profile”有一个内置的分析器,我用得很愉快。还有一个叫做ruby​​-prof的宝石。

于 2012-09-08T17:44:49.253 回答