LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 945|回复: 3

如何统计编译代码的时间?

[复制链接]
发表于 2008-12-4 00:53:40 | 显示全部楼层 |阅读模式
如何统计编译代码的时间?
发表于 2008-12-4 02:23:58 | 显示全部楼层
time make
回复 支持 反对

使用道具 举报

发表于 2008-12-4 20:25:02 | 显示全部楼层
time { ./configure --prefix=/usr && make && make ; }
回复 支持 反对

使用道具 举报

发表于 2008-12-13 23:28:11 | 显示全部楼层
Post by qufo;1919155
time { ./configure --prefix=/usr && make && make ; }
I guess you mean

time { ./configure --prefix=/usr && make && make [color="Red"]install; }
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表