pidgin 2.0.0编译安装测速

刚刚用checkinstall做了个i686的包,很是不爽,我的架构是i386的装不了

现在刚好没事,来测一下编译好花多少时间,完全time测速,c4 1.8g+512M

代码:
stlxv@stlxvcomputer:~/tmp$ time tar -xvjf ../downloads/pidgin-2.0.0.tar.bz2

real    1m2.428s
user    0m11.001s
sys     0m1.988s


代码:
stlxv@stlxvcomputer:~/tmp/pidgin-2.0.0$ time ./configure --prefix=/usr CFLAGS="-march=pentium4 -O3 -ftracer -fprefetch-loop-arrays -funroll-loops -fomit-frame-pointer -pipe" CXXFLAGS="-march=pentium4 -O3 -ftracer -fprefetch-loop-arrays -funroll-loops -fomit-frame-pointer -pipe"

real    2m15.138s
user    0m48.703s
sys     0m30.782s


接下来就久了

代码:
stlxv@stlxvcomputer:~/tmp/pidgin-2.0.0$ time make

real    16m58.023s
user    10m16.991s
sys     3m5.032s


代码:
stlxv@stlxvcomputer:~/tmp/pidgin-2.0.0$ time sudo make install

real    3m21.321s
user    0m30.094s
sys     0m17.437s

 

你可能感兴趣的:(c,user)