greg71060 :
So, actually majority is using multi-thread performance.
Having a CPU with multiple cores and/or threads does not magically make software finely threaded in a meaningful manner. There are tons of software and games out there that show 30+ threads in Task Manager but rarely get much beyond 25% CPU usage on a quad-core or quad-thread CPU because practically all of the software's performance-critical code runs in a single thread.