Search found 72 matches

by banque11
October 3rd, 2016, 9:47 am
Forum: Chatterbox
Topic: Game Optimizations
Replies: 16
Views: 834

<r>I've looked at the output from Procmon as well as a couple of other tools (ex: Process Explorer). As best as I can tell, The Sims 3 divides CPU work up relatively evenly between 2 threads. One thread does (at least) rendering work, and another handles (at least) user input, like mouse clicks, etc...
by banque11
October 2nd, 2016, 9:36 pm
Forum: Chatterbox
Topic: Game Optimizations
Replies: 16
Views: 834

Game Optimizations

<t>Hi,<br/> <br/> I'm a developer interested in trying to understand why the game is so slow, even on very modern hardware, and if possible try to find ways to work around those problems.<br/> <br/> Unfortunately it seems there are no tools to profile the game and determine where the CPU time is bei...