Class: TestProf::Autopilot::FactoryProf::ProfilingExecutor

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

Overview

Provides :factory_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_prof/profiling_executor.rb', line 12

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