# File lib/deep_test/metrics/queue_lock_wait_time_measurement.rb, line 123 123: def show_progress(s, total, current) 124: if (current % (total / 5)) == 0 125: $stdout.print s 126: $stdout.flush 127: end 128: end