method
now_cpu
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Event
now_cpu()private
No documentation available.
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 144
def now_cpu
Process.clock_gettime(Process::CLOCK_PROCESS_CPUTIME_ID)
end