Class: PerfMonger::Command::LiveOption

Inherits:
RecordOption show all
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

parse, #parse

Instance Method Details

#make_commandObject



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