The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous page

    Minimum Haswell CPU clockspeed for 3k 60fps gaming

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by Arthedes, May 18, 2015.

  1. nipsen

    nipsen Notebook Ditty

    Reputations:
    694
    Messages:
    1,686
    Likes Received:
    131
    Trophy Points:
    81
    ..it depends, though. There are ways to write reduction-algorithms (or, convert the 3d world to a 2d matrix) that would make them dependent on the cpu. But the typical way to do it, things like how far away from the viewport the detail of the objects switch, collision detection, etc. -- isn't dependent on resolution. But complex occlusion detection, creating shadows with some sort of ray-casting, things like that - that would become more expensive if you increased the resolution.

    So what happens is that game-design typically will avoid that as much as possible. So you typically only have some particular detail or lighting effect that runs partially on cpu-time that might scale if the resolution increases (by accident, most likely - precision doesn't take into account that surfaces might be more complex with higher resolution, that sort of thing). Multithreaded updates for game-logic, ai, node-updates, don't scale with resolution, but with number of objects or detail "level".

    Practically nothing depends on cpu-power, so as long as the cpu is over a certain speed, it typically doesn't matter how fast it runs (excluding loading times or hiccups that might have been shaved off with a faster processor). That the processor is being throttled is usually what's going to affect smooth running the most. Not that it drops in speed, but that there's a queue on a core that stalls, or a cache-hit that suddenly doesn't exist, that a core will refuse to complete a thread(or that it's being rerun on a different core, with new preparation routines, etc.).
     
  2. Mr.Koala

    Mr.Koala Notebook Virtuoso

    Reputations:
    568
    Messages:
    2,307
    Likes Received:
    566
    Trophy Points:
    131
    Is there any benchmark on how GTA V responds to high core count low frequency systems?
     
  3. kgh00007

    kgh00007 Notebook Evangelist

    Reputations:
    80
    Messages:
    464
    Likes Received:
    50
    Trophy Points:
    41
    http://www.techspot.com/review/991-gta-5-pc-benchmarks/page6.html

    Shows how GTA V scales on different processors and how it scales on an i7-4770K at clock speeds from 2.5GHz to 4.5GHz, looks like you want minimum 3.5GHz to not loose any frames, but have a look for yourself!

    In comparison, for the Witcher 3 there is no difference between 2.5GHz and 4.5GHz on an i7-4770K:

    http://www.techspot.com/review/1006-the-witcher-3-benchmarks/page5.html
     
    Arthedes likes this.
  4. Mr.Koala

    Mr.Koala Notebook Virtuoso

    Reputations:
    568
    Messages:
    2,307
    Likes Received:
    566
    Trophy Points:
    131
    Thanks.

    Looks like there is a single thread issue but not a big one. As long I can maintain 60FPS (with a low frequency E5 build) I'm good.
     
← Previous page