Hi all, I benchmarked changes to iNumHWThreads, Hyper-threading and some of the bUseThreaded* values to see if I could benefit from tweaking them on my system and I didn't find any benefit (using the benchmarking method I used.) My benchmark system: i7-920 @ 3.6Ghz / Rampage II Gene AMD Radeon 5970 (dual GPU) Skyrim + Win7 Pro on a 512GB SSD DDR3-1600 12 GB (9-9-9-24T) I benchmarked using Fraps to record the FPS and min/max/avg from the start of the opening scene when the text is first displayed until the cart entered the fort. The first 3 benchmarks were done with Hyper-threading enabled in the BIOS and the last 3 with Hyper-threading disabled. I chose 2 & 6 for iNumHWThreads expecting so see a difference that I could then tweak further. I enabled all of the regular bUseThreaded* variables in the benchmarks except in benchmark 3. and 4. In 3. and 4. I turned the below bUseThreaded* values off to see if there was any effect:
MultiThreadMovement=0
bUseThreadedMorpher=0
bUseThreadedBlood=0
bUseThreadedAI=0
The results show the Hyper-threading state in green, the count of HWThreads in red and the average FPS in blue. Here are the results of the benchmarks: HT: iNumHWThreads=2, all threaded = 1 Result: Frames, Time (ms), Min, Max, Avg Result: 4842, 139262, 19, 61, 34.769HT: iNumHWThreads=6, all threaded = 1 Result: Frames, Time (ms), Min, Max, Avg Result: 4810, 139324, 12, 62, 34.524HT: iNumHWThreads=6, no blood thread, no morpher thread, no AI thread, no movement thread Result: Frames, Time (ms), Min, Max, Avg Result: 4729, 138763, 13, 62, 34.080NO HT: iNumHWThreads=6, no blood thread, no morpher thread, no AI thread, no movement thread Result: Frames, Time (ms), Min, Max, Avg Result: 4932, 138529, 18, 62, 35.603NO HT: iNumHWThreads=6, all threaded = 1 Result: Frames, Time (ms), Min, Max, Avg Result: 4804, 139137, 15, 61, 34.527NO HT: iNumHWThreads=2, all threaded = 1 Result: Frames, Time (ms), Min, Max, Avg Result: 4894, 139153, 16, 62, 35.170I'm satisfied with the results and will just have to look elsewhere for low hanging fruit. [edit] Added note about colored text.