Class: BenchmarkShow

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-binary-cache/helper/benchmark_show.rb

Class Method Summary collapse

Class Method Details

.benchmarkObject



7
8
9
10
# File 'lib/cocoapods-binary-cache/helper/benchmark_show.rb', line 7

def self.benchmark
  time = Benchmark.measure { yield }
  Pod::UI.puts "🕛 Time elapsed: #{time}"
end