1

我想收到有关方法运行所需时间的信息。我怎样才能在不使用的情况下在rails中做到这一点NewRelic

4

2 回答 2

0

你可以使用 Ruby 的基准类... http://ruby-doc.org/stdlib/libdoc/benchmark/rdoc/classes/Benchmark.html

于 2011-07-21T18:45:23.580 回答
0

您可以使用ruby​​-prof

于 2011-07-21T14:08:27.203 回答