# File lib/puppet/util.rb, line 415 415: def thinmark 416: seconds = Benchmark.realtime { 417: yield 418: } 419: 420: return seconds 421: end