method
now_cpu
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Notifications::Event
now_cpu()private
No documentation available.
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 209
def now_cpu
Process.clock_gettime(Process::CLOCK_THREAD_CPUTIME_ID, :float_millisecond)
end