Lines Matching full:puts
39 # puts "Asked: Total Lines: #{total_lines} Line Count: #{width} Offsets: #{offsets.join(',')}"
41 # puts " Setting offsets to 0"
111 puts "*" * 78
112 puts "# RUN #{run} (line-count: #{line_count})"
125 puts "Find lines: #{find_lines.join(',')}"
130 puts "Sequential found #{find_lines.join(',')} in #{attempts} attempts with #{lines.length} total lines."
139 # puts "Looking for #{find_lines.join(',')}"
143 puts "Combine found #{find_lines.join(',')} in #{attempts} attempts with #{lines.length} total lines."
147 puts "-" * 78
148 puts "Seq avg iterations=#{avg(seq_iterations).to_i} length=#{avg(seq_size).to_i}"
149 puts "combine avg iterations=#{avg(combine_iterations).to_i} length=#{avg(combine_size).to_i}"
152 puts "Diff iterations: #{diff_iter}%"
153 puts "Diff lines: #{diff_lines}%"