Module: TestProf::Autopilot

Defined in:
lib/test_prof/autopilot/version.rb,
lib/test_prof/autopilot/cli.rb,
lib/test_prof/autopilot/dsl.rb,
lib/test_prof/autopilot/merger.rb,
lib/test_prof/autopilot/runner.rb,
lib/test_prof/autopilot/logging.rb,
lib/test_prof/autopilot/registry.rb,
lib/test_prof/autopilot/configuration.rb,
lib/test_prof/autopilot/report_writer.rb,
lib/test_prof/autopilot/report_builder.rb,
lib/test_prof/autopilot/tag_prof/report.rb,
lib/test_prof/autopilot/tag_prof/writer.rb,
lib/test_prof/autopilot/command_executor.rb,
lib/test_prof/autopilot/tag_prof/printer.rb,
lib/test_prof/autopilot/event_prof/report.rb,
lib/test_prof/autopilot/event_prof/writer.rb,
lib/test_prof/autopilot/stack_prof/report.rb,
lib/test_prof/autopilot/stack_prof/writer.rb,
lib/test_prof/autopilot/event_prof/printer.rb,
lib/test_prof/autopilot/stack_prof/printer.rb,
lib/test_prof/autopilot/factory_prof/report.rb,
lib/test_prof/autopilot/factory_prof/writer.rb,
lib/test_prof/autopilot/factory_prof/printer.rb,
lib/test_prof/autopilot/patches/tag_prof_patch.rb,
lib/test_prof/autopilot/profiling_executor/base.rb,
lib/test_prof/autopilot/patches/event_prof_patch.rb,
lib/test_prof/autopilot/patches/stack_prof_patch.rb,
lib/test_prof/autopilot/patches/factory_prof_patch.rb,
lib/test_prof/autopilot/tag_prof/profiling_executor.rb,
lib/test_prof/autopilot/event_prof/profiling_executor.rb,
lib/test_prof/autopilot/stack_prof/profiling_executor.rb,
lib/test_prof/autopilot/factory_prof/profiling_executor.rb

Overview

:nodoc:

Defined Under Namespace

Modules: CommandExecutor, Dsl, EventProf, FactoryProf, Logging, Patches, ProfilingExecutor, ReportBuilder, StackProf, TagProf Classes: CLI, Configuration, Merger, Registry, ReportWriter, Runner

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.configObject



6
7
8
# File 'lib/test_prof/autopilot/configuration.rb', line 6

def config
  @config ||= Configuration.new
end

.configure {|config| ... } ⇒ Object

Yields:



10
11
12
# File 'lib/test_prof/autopilot/configuration.rb', line 10

def configure
  yield config
end