# File lib/mini_profiler/storage/memory_store.rb, line 25
        def sleepy_run
          cleanup if should_cleanup?
          sleep(@interval)
          increment_cycle
        end