示例
这是从hello.rb文件生成的输出,但这不会给您带来太多的想法,因此,您可以尝试使用更大的程序。输出以小字体显示。
[root@ruby]# ruby -r profile hello.rb
Hello, Mac!
% cumulative self self total
time seconds seconds calls ms/call ms/call name
0.00 0.00 0.00 2 0.00 0.00 IO#write
0.00 0.00 0.00 2 0.00 0.00 Module#method_added
0.00 0.00 0.00 1 0.00 0.00 Hello#hello
0.00 0.00 0.00 1 0.00 0.00 Hello#initialize
0.00 0.00 0.00 1 0.00 0.00 Class#inherited
0.00 0.00 0.00 1 0.00 0.00 Kernel.puts
0.00 0.00 0.00 1 0.00 0.00 Class#new
0.00 0.01 0.00 1 0.00 10.00 #toplevel