This project is archived and is in readonly mode.

#6435 ✓committed
jnimety

GcTime profiler checks against incorrect object for respond_to?(:total_time)

Reported by jnimety | February 15th, 2011 @ 07:24 PM | in 3.0.5

The GcTime profile test does not work on ruby 1.9.2 because the class incorrectly checks GC.respond_to?(:total_time) when it should check GC::Profiler.respond_to?(:total_time). I have attached a patch.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments