icc vs gcc mplayer benchmark

Discussion in 'Linux' started by schyz, Oct 27, 2008.

  1. schyz

    schyz

    Joined:
    Sep 20, 2008
    Messages:
    10
    Likes Received:
    0
    Comparative between gcc and icc (Intel's C/C++ Compiler):

    File: Pixar.One.Man.Band.2005.x264.mkv
    Duration: 4m 33s
    Res: 1280x536
    Codec: x264
    Command:
    Code:
    mplayer -benchmark Pixar.One.Man.Band.2005.x264.mkv -nosound -vo null
    MPlayer 1.0rc2-4.3.2, Ubuntu 8.10 RC, no optimization, gcc 4.3.2 (I suppose)

    BENCHMARKs: VC: 225.211s VO: 0.039s A: 0.000s Sys: 1.806s = 227.056s
    BENCHMARK%: VC: 99.1874% VO: 0.0171% A: 0.0000% Sys: 0.7955% = 100.0000%

    MPlayer dev-SVN-r27836, latest snapshot, default optimization for gcc 4.3.2

    BENCHMARKs: VC: 213.311s VO: 0.039s A: 0.000s Sys: 1.906s = 215.256s
    BENCHMARK%: VC: 99.0965% VO: 0.0180% A: 0.0000% Sys: 0.8855% = 100.0000%

    MPlayer dev-SVN-r27836-10.1 latest snapshot, default optimization plus "-xL -ip", icc 10.1

    BENCHMARKs: VC: 193.619s VO: 0.036s A: 0.000s Sys: 2.398s = 196.052s
    BENCHMARK%: VC: 98.7589% VO: 0.0182% A: 0.0000% Sys: 1.2229% = 100.0000%

    The lower time, the better, is the time needed to render the 273s video. Custom icc build is 8.5% faster than optimized gcc's build and 13.6% faster than Ubuntu's mplayer package. Anyway, latest mplayer snapshot is really unstable on my system, but you can get the idea ;)

    More info: http://macles.blogspot.com/2008/09/intel-cc-compiler-gcc-and-intel-atom.html
    N6546R's icc compiled kernel: http://www.aspireoneuser.com/forum/viewtopic.php?f=28&t=5517

    (Sorry my poor english)
     
    schyz, Oct 27, 2008
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.