large speed loss in going from 2012b (Win7) to 2015b (Win10)?

조회 수: 1 (최근 30일)
M Kemerink
M Kemerink 2016년 2월 8일
댓글: M Kemerink 2016년 2월 10일
I updated my laptop (Dell latitude E6230, i5-3320M @ 2.6 GHz, 4GB RAM) from Win 7 (enterprise, 64 bit) to Win 10 (pro, 64 bit), at the same time switching from version 2012b (if I remember correctly) to 2015b. After this, a code (entirely numerical calculations for kinetic charge transport simulation) that used to take a few (2-3) secs per evaluation now takes around 10 secs for the same job. I checked that there is no memory overflow, nor are there other apps overloading the processor. This seems too much to be due to heavier load of Win10 on processor. Any suggestions what this might be due to?

답변 (1개)

Shruti Sapre
Shruti Sapre 2016년 2월 10일
Hi,
Do you have any graphics functions as a part of the code? A new graphics engine was introduced in 2014b which may affect the speed of your program:
Have you tried using the profiler to find out where the program spends more time?
-Shruti
  댓글 수: 1
M Kemerink
M Kemerink 2016년 2월 10일
Thanks. There are no graphics functions used in the part of the code that gets slowed down. I have profiled the code before, but not yet had the time to compare profiles from different operating systems.
Best, Martijn

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by