Results 1 to 13 of 13

Thread: Pentium 4 a POS ?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    Pentium 4 a POS ?

    I just got a 2.4 GHz P4 and ran some tests against my old 1 GHz P3 using a processor intensive application.

    Surprisingly, the P4 is only 38% faster. I was SHOCKED. I ran similar tests back when i migrated from P1 to P2 and then from P2 to P3. Each time the processor was more than 10 times as fast!

    I would have expected to more than double my performance based on clock speed alone.

    *** is going on with the P4? is it just a piece of crap?

  2. #2
    Fanatic Member siyan's Avatar
    Join Date
    Jul 2001
    Location
    GOOOAAAAALLLLL!!!!!
    Posts
    869
    what test?
    Unite, proletariat!

  3. #3
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033

    Re: Pentium 4 a POS ?

    Originally posted by Muddy
    I just got a 2.4 GHz P4 and ran some tests against my old 1 GHz P3 using a processor intensive application.

    Surprisingly, the P4 is only 38% faster. I was SHOCKED. I ran similar tests back when i migrated from P1 to P2 and then from P2 to P3. Each time the processor was more than 10 times as fast!

    I would have expected to more than double my performance based on clock speed alone.

    *** is going on with the P4? is it just a piece of crap?
    P4 is less efficient than the P3, clock-per-clock, but 38% seems quite low to me. what app is it?

    I, for one, would have bought an Athlon system
    Last edited by JungleMan; Dec 3rd, 2002 at 06:31 PM.
    I'm bringing geeky back...

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Justin: You've said that so many times, it's implied
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  5. #5
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    I can always put it in my signature
    I'm bringing geeky back...

  6. #6
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    You made sure to not get a motherboard that uses SDRAM, right?
    P4 = must use DDR, or RDRAM if you're rich - SDRAM drastically lowers its performance.

  7. #7
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    If its some sort of loop benchmark, its quite obvious why the p4 doesnt perform as expected. Its pipeline is so much longer then a p3's, its not even funny. Each time you execute one of the various flow control operands on the chip, the pipeline gets flushed, and you start all over again. Applications optimized specifically for a p4 will perform FAR better then they would otherwise.

    Originally posted by Jungle-Man
    I can always put it in my signature
    I think ill put this in my sig

    Z.

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by Yonatan
    You made sure to not get a motherboard that uses SDRAM, right?
    P4 = must use DDR, or RDRAM if you're rich - SDRAM drastically lowers its performance.
    it has ddr

  9. #9

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    ok,

    i made a really simple loop test:

    VB Code:
    1. Private Declare Function GetTickCount& Lib "kernel32" ()
    2.  
    3.  
    4.  
    5. Private Sub Command1_Click()
    6.  
    7. a = GetTickCount
    8. For i = 1 To 100000000
    9.     j = i
    10. Next i
    11. b = GetTickCount
    12. MsgBox b - a
    13. End Sub

    and the P4 (2.4 GHz) runs about 2.2 times as fast as the P3 (1 GHz).

    So there seems to be something less efficient than simple looping in the P4.

    Ive got some ADO stuff in the app that showed only 1.38 performance increment ... wonder if thats it ...
    Last edited by Muddy; Dec 4th, 2002 at 02:14 AM.

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by Zaei
    If its some sort of loop benchmark, its quite obvious why the p4 doesnt perform as expected. Its pipeline is so much longer then a p3's, its not even funny. Each time you execute one of the various flow control operands on the chip, the pipeline gets flushed, and you start all over again. Applications optimized specifically for a p4 will perform FAR better then they would otherwise.


    I think ill put this in my sig

    Z.
    how do you optimize for the P4??

  11. #11
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by Muddy
    how do you optimize for the P4??
    Your compiler would do it, mostly.

    However, take a read through this:
    http://www.cfxweb.net/modules.php?na...rticle&sid=630

    Z.

  12. #12
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Be advised however, that VB hides so much from you that youll never know if your optimizations are even doing anything.

    Z.

  13. #13
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    A simple loop test, especially one written in VB, is a very weak test, and will not reveal the true power of your system.
    I suggest a professional benchmark program, such as SiSoftware Sandra, to get real results. (The "Standard" edition of this program is a freeware.)
    If you still have your old computer(s), run the benchmarks on them as well, so you can compare. If not, compare against one of Sandra's "reference" results.

    I believe the latest version is optimized for P4.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width