# File lib/mini_profiler/profiling_methods.rb, line 55 def counter_method(klass, method, &blk) self.profile_method(klass, method, :counter, &blk) end