Sha256: 376675c240b1ffa63a6ee5ebfe6b0174a2f2a596a6eaee23cfc87ca32fddcf6d

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

# Copyright 2019 panda Holdings PTE LTE (panda), All rights reserved.
# Use of this source code is governed by an MIT-style license that can be found in the LICENSE file

require "benchmark"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-binary-ht-1.0.0 lib/cocoapods-binary-ht/helper/benchmark_show.rb