Method: Ccp::Commands::Executable#benchmark

Defined in:
lib/ccp/commands/executable.rb

#benchmarkObject

Profiling



12
13
14
# File 'lib/ccp/commands/executable.rb', line 12

def benchmark
  receiver.profile(self, :execute)
end