class SidekiqUniqueJobs::Profiler

def self.current_timestamp

def self.current_timestamp
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end