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