giginet / xcprofiler

:chart_with_upwards_trend: CLI to profile compilation time of Swift project
MIT License
332 stars 13 forks source link

BlockReporter #12

Closed giginet closed 7 years ago

giginet commented 7 years ago
BlockReporter.new(limit: 10) do |executions|
  executions.each do |execution|
    do_something(execution.time)
  end
end