# File lib/puppet/util.rb, line 422 422: def thinmark 423: seconds = Benchmark.realtime { 424: yield 425: } 426: 427: seconds 428: end