class SidekiqUniqueJobs::Profiler

def self.start

def self.start
  Thread.current[:_method_profiler] = {
    __start: current_timestamp,
  }
end