summaryrefslogtreecommitdiff
path: root/test.rb
blob: c03fff89910f1573df12e9e2ccf33d7dbc50710a (plain)
1
2
3
4
5
6
7
8
require "mixlib/shellout"
require "ruby-prof"
RubyProf.start
c = Mixlib::ShellOut.new(["false", "--system", "is-enabled", "sysstat-collect\\x2d.timer"])
c.run_command
result = RubyProf.stop
printer = RubyProf::FlatPrinter.new(result)
printer.print(STDOUT)