ruby-prof / ruby-prof

A ruby profiler. See https://ruby-prof.github.io for more information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecated RubyProf replacments

johrstrom opened this issue · comments

Hi, rails-perftest is using deprecated methods that were pulled in this commit.

e39b571

I just have the small question that libraries that were using

RubyProf.measure_wall_time

Can simply replace that call with?

Measure::ProcessTime.measure

I'm not super familiar with either code bases but am trying to get it to work with my rails app and would just like to know if I can drop-in replace the 2 method calls with gem 1.4.3.

Sorry for the noise - I think I found what I'm looking for beansmile/rails-perftest@bdb96c5

Ok cool. That looks good to me.