Page 1 of 1
Java validation time
Posted: Thu Nov 08, 2007 9:47 pm
by Erkil1452
How is it, that when I submit one code 10 times on your new validator, I get result times from 220 ms to 340 ms. It is qiute difference...
Posted: Sun Nov 11, 2007 5:50 pm
by Carlos
If you know any accurate method to measure the execution time, specially when using jvm, please share it with us.
Thanks.
Posted: Tue Nov 13, 2007 11:24 am
by maxdiver
GetProcessTimes()?
(though I didn't experimented with JVM

)
Posted: Fri Dec 21, 2007 10:29 pm
by CMG
Ive also noticed this. I have also noticed that for java it seems that the fastest program execution is 0.080 basically the time to initialize the JVM. Would there be any way to minus out the initialization time?
Re: Java validation time
Posted: Sat Sep 20, 2008 11:07 pm
by Carlos
Finally we won't apply any kind of compensation for any language. The time we show is the time that takes the shell command to produce an answer. JVM initialization time is part of this time. Sorry.