require 'optparse' require 'json' module PerfMonger module Command class PlayCommand < BaseCommand register_command 'play', "Play a perfmonger log file in JSON" def initialize @parser = OptionParser.new @parser.banner = <