method

now_cpu

now_cpu()
private

No documentation available.

# File activesupport/lib/active_support/notifications/instrumenter.rb, line 135
          def now_cpu
            Process.clock_gettime(Process::CLOCK_THREAD_CPUTIME_ID)
          end