Class: BenchmarkShow
- Inherits:
-
Object
- Object
- BenchmarkShow
- Defined in:
- lib/cocoapods-binary-artifactory-cache/helper/benchmark_show.rb
Class Method Summary collapse
Class Method Details
.benchmark ⇒ Object
7 8 9 10 |
# File 'lib/cocoapods-binary-artifactory-cache/helper/benchmark_show.rb', line 7 def self.benchmark time = Benchmark.measure { yield } Pod::UI.puts "🕛 Time elapsed: #{time}" end |