I'm trying to test the performance of an algorithm I wrote in C++. I use my university calculation cluster (via SGE)
The problem is that I don't know when the server is full or not with other calculations and so I can't measure the effective User time (I'm supposing it doesn't change whenever the process is so busy or not, am I wrong ?)
Isn't the usertime the time used to calculate and compare the time performance between algorithms ? Because I don't get the same result for the same execution