class Sidekiq::JobLogger

def elapsed(start)

def elapsed(start)
  (::Process.clock_gettime(::Process::CLOCK_MONOTONIC) - start).round(3)
end