large speed loss in going from 2012b (Win7) to 2015b (Win10)?
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!