Sha256: f36c4c011b3a6c6b89c94b97b32b61f730147f758d4727141e1b7ffe3b54a8e2
Contents?: true
Size: 167 Bytes
Versions: 40
Compression:
Stored size: 167 Bytes
Contents
# A no-op profiler. Used when there is no profiling wanted. # # @api private class Puppet::Util::Profiler::None def profile(description, &block) yield end end
Version data entries
40 entries across 40 versions & 1 rubygems