| 分类: linux OS |
gcc -pg -o geturl
geturl.c
只要加上-pg选项。
然后执行 ./geturl
会生成一个 gmon.out
gprof geturl | less
[yangbin1@vHost-RH9 src]$ gprof geturl | less
Flat profile:
Flat profile:
Each sample counts as 0.01 seconds.
no time accumulated
time
前一篇:T/TCP TCP事物协议的学习
后一篇:让vim 显示彩色高量语法

加载中…