Upgraded from 2 cores to 4 cores...

  • Thread starter Thread starter Man-wai Chang
  • Start date Start date
M

Man-wai Chang

Can't really feel a difference.... :)

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (x86_64 Ubuntu 9.10) Linux 2.6.36
^ ^ 22:32:02 up 7 days 3:40 1 user load average: 0.00 0.02 0.00
ä¸å€Ÿè²¸! ä¸è©é¨™! ä¸æ´äº¤! ä¸æ‰“交! ä¸æ‰“劫! ä¸è‡ªæ®º! è«‹è€ƒæ…®ç¶œæ´ (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 
Man-wai Chang said:
Can't really feel a difference.... :)

Compare video rendering, before and after. You need
a good multi-threaded rendering application, to detect
the difference.

http://en.wikipedia.org/wiki/Tmpgenc

"With the addition of multi-core and CUDA support,
TMPGEnc XPress is faster than previous versions of TMPGEnc"

Cinebench is an example of a benchmarking application,
that can tell the difference. You'd run it first, with
the dual core present, then run it again, when the
quad is installed.

With games, it might be harder to measure. You might
need to install FRAPs, to measure frame rate, and
run the game, keeping an eye on frame rate. If you
were slightly short of processing power before the
upgrade, it might be possible to see the difference
without using any tools.

But you're right, it might not be obvious when looking
at the desktop behavior of the computer. It takes
some tools, to tell the difference.

Paul
 
But you're right, it might not be obvious when looking
at the desktop behavior of the computer. It takes
some tools, to tell the difference.

That's also what I thought.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (x86_64 Ubuntu 9.10) Linux 2.6.36
^ ^ 00:10:01 up 7 days 5:18 1 user load average: 0.00 0.01 0.00
ä¸å€Ÿè²¸! ä¸è©é¨™! ä¸æ´äº¤! ä¸æ‰“交! ä¸æ‰“劫! ä¸è‡ªæ®º! è«‹è€ƒæ…®ç¶œæ´ (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 
Man-wai Chang said:
Can't really feel a difference.... :)

You would if you used applications that can actually USE those cores.
For example, instead of trying to share processors between host and
guest OS when running virtual machines (e.g., VMWare Server), you can
assign core(s) to a guest to make it more responsive.
 
You would if you used applications that can actually USE those cores.
For example, instead of trying to share processors between host and
guest OS when running virtual machines (e.g., VMWare Server), you can
assign core(s) to a guest to make it more responsive.

Good point.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (x86_64 Ubuntu 9.10) Linux 2.6.36
^ ^ 11:22:01 up 7 days 16:30 1 user load average: 0.00 0.02 0.00
ä¸å€Ÿè²¸! ä¸è©é¨™! ä¸æ´äº¤! ä¸æ‰“交! ä¸æ‰“劫! ä¸è‡ªæ®º! è«‹è€ƒæ…®ç¶œæ´ (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 
Can't really feel a difference.... :)

This isn't surprising. Few programs can actually use more than one
core. Where multiple cores comes in very nice is when you try to do
more than one thing at once.

Think of it like a freeway. Adding cores does nothing about the speed
limit, it just adds lanes.
 
This isn't surprising.  Few programs can actually use more than one
core.  Where multiple cores comes in very nice is when you try to do
more than one thing at once.

Think of it like a freeway.  Adding cores does nothing about the speed
limit, it just adds lanes.

True, but until Microsoft or somebody, even Intel, rights a compiler
that will automatically make parallel (or try to) a program written
linearly, the many cores model will be stalled.

RL
 
True, but until Microsoft or somebody, even Intel, rights a compiler
that will automatically make parallel (or try to) a program written
linearly, the many cores model will be stalled.

RL
You can already pull up Windows Task Manager and set which cores you wish you
linear apps to run on. So if you have a core that is not, or that is
multicore, you can set the Affinity to which cores you want a specific app to
utilize.
 
Back
Top