lib/fluent/rubyprof.rb in fluent-rubyprof-0.0.1 vs lib/fluent/rubyprof.rb in fluent-rubyprof-0.0.2
- old
+ new
@@ -75,8 +75,15 @@
}
CODE
end
$remote_engine.method_missing(:instance_eval, remote_code)
+
+ case opts[:command]
+ when 'start'
+ $stdout.puts 'fluent-rubyprof: started'
+ when 'stop'
+ $stdout.puts "fluent-rubyprof: outputs to #{opts[:output]}"
+ end
end
main