Class: TestProf::Autopilot::FactoryDefault::ProfilingExecutor
- Inherits:
-
ProfilingExecutor::Base
- Object
- ProfilingExecutor::Base
- TestProf::Autopilot::FactoryDefault::ProfilingExecutor
- 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
-
#initialize(options) ⇒ ProfilingExecutor
constructor
A new instance of ProfilingExecutor.
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() super @profiler = :factory_default_prof end |