Class: PerfMonger::Command::LiveOption
- Inherits:
-
RecordOption
- Object
- RecordOption
- PerfMonger::Command::LiveOption
- Defined in:
- lib/perfmonger/command/live.rb
Instance Attribute Summary
Attributes inherited from RecordOption
#devices, #interval, #logfile, #no_disk, #parser, #record_bin, #report_cpu, #verbose
Instance Method Summary collapse
Methods inherited from RecordOption
Instance Method Details
#make_command ⇒ Object
10 11 12 13 14 |
# File 'lib/perfmonger/command/live.rb', line 10 def make_command cmd = super() @player_bin = ::PerfMonger::Command::CoreFinder.player() cmd += ["-player-bin", @player_bin] end |