giginet / xcprofiler

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

Implement BlockReporter #14

Closed giginet closed 7 years ago

giginet commented 7 years ago

closes #12

profiler.reporters = [
  BlockReporter.new do |executions|
    do_something(executions)
  end,
]