Troubleshooting Matlab Parallel computing bottlenecks

15 次查看(过去 30 天)
Hello,
can you please tell me if there is some function in Matlab or anything else, that would help me to find bottlenecks of running my code in parallel? Running my code on 1 core takes 2,5 minutes per loop, but on 2 cores it takes almost 4 minutes and running on 5 cores it is 7 minutes. In last option it makes 5 loops during those 7 minutes (because of 1 loop on each core), but in my opinion it has to be slowed by some bottleneck, because it takes really too much time compared to normal 1 core iteration. It is still faster running like this, but I was expecting it to be much better :D
Thanks :)

采纳的回答

Steven Lord
Steven Lord 2017-9-18
Take a look at the parallel profiler.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Performance and Memory 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by