Will functions inside my ODE bottle neck the code?
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I recently overhauled a simulation model I have been working. I cleaned up a lot of clutter and redundant code. However, prior my ODE was taking advantage of my dual CPU with nearly 80% utilization. However, now that I am using a few functions (I think might be the issue) it seems like my code has actually slowed down. I'm now only using around 6-8% I was hoping for a drastic reduction of memory usage (check) and speed (nope).
Thanks,
Ryne
0 个评论
回答(1 个)
Jan
2018-6-15
Without seeing the code it is impossible to know the reason of the slowdown. But 6-8% is really small. Do you have a machine with 16 cores? Then this number might mean, that only one core is active. But it is more likely that your RAM is exhausted and the CPU is waiting for the very slow virtual memory store on the disk. Please check this.
You can get a more specific answer, if you use the profiler to find the bottleneck of your code and post it here. This will be more successful than guessing, where the bottleneck might be.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!