Class: TestProf::Autopilot::FactoryDefault::ProfilingExecutor

Inherits:
ProfilingExecutor::Base
  • Object
show all
Defined in:
lib/test_prof/autopilot/factory_default/profiling_executor.rb

Overview

Provides :factory_default_prof specific validations, env and command building.

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ ProfilingExecutor

Returns a new instance of ProfilingExecutor.



12
13
14
15
# File 'lib/test_prof/autopilot/factory_default/profiling_executor.rb', line 12

def initialize(options)
  super
  @profiler = :factory_default_prof
end