At the moment i am running a pretty simple model but i am running into some performance issues.
Just to explain i already tried optimising my data collection a little bit by not writing data to excel when a atom moves to a new station and am instead recording it internally in a label and then writing it at the end of the process when the atom enters the sink.
However, even when changing what i thought was a major bottleneck with the data wrinting the performance didnt change at all. At the moment it is taking about 1.5 hours to simulate 1 run of 3520 hours.
I looked at my cpu utilisation while the simulation is running and ED is only using 0.5 - 1% of my cpu. Even when looking at individual cores it is no different about 1% for 1 of my 4 cores with hyper threading (i7-6700HQ). Is this normal utilisation? or am I still just writing too often?
As an extra note, I have setup my models very similarly before like this before and had no problems until this one.
I am still pretty much a novice so its not the most flashy model around.

Thank you in advance!