Class: TestProf::Autopilot::EventProf::ProfilingExecutor
- Inherits:
-
ProfilingExecutor::Base
- Object
- ProfilingExecutor::Base
- TestProf::Autopilot::EventProf::ProfilingExecutor
- Defined in:
- lib/test_prof/autopilot/event_prof/profiling_executor.rb
Overview
Provides :event_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/event_prof/profiling_executor.rb', line 12 def initialize() super @profiler = :event_prof end |