(Sorry if I phrased the question incorrectly)
I am running some applications on a 16-core Parallella board and I was wondering if there was a way to calculate the amount of time taken by the slowest core?
I think that if I add the user
+ sys
times, I will get the sum of the execution times for all the cores, correct?
These are some of the results:
real 0m1.927s
user 0m3.190s
sys 0m0.080s