Steve, it looks weird, indeed. I did all the checks I could think of and all seems to be fine. All, except for the two strange behaviours that I described. I got the wrong values consistently.
~>date Mon Nov 1 21:17:56 CDT 2010 ~>java -version java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode) ~>uname -a Linux localhost.localdomain 2.6.32.12-pclos1.bfs #1 SMP PREEMPT Sat May 1 08:22:13 CDT 2010 i686 Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz GNU/Linux ~>gradle -v ------------------------------------------------------------ Gradle 0.9-rc-2 ------------------------------------------------------------ Gradle build time: Wednesday, 27 October 2010 8:24:05 PM EST Groovy: 1.7.5 Ant: Apache Ant version 1.8.1 compiled on April 30 2010 Ivy: 2.2.0 JVM: 1.6.0_22 (Sun Microsystems Inc. 17.1-b03) OS: Linux 2.6.32.12-pclos1.bfs i386 I run a simple java program that used System.currentTimeMillis and it worked fine (of course). I'm confused. If you don't get any more bug reports on this, that would mean something odd is going on on my machine. If I find time I will look into the sources. -- Regards / Pozdrawiam Tomek Kaczanowski 2010/11/1 Steve Appling <[email protected]>: > > On Oct 29, 2010, at 4:34 PM, Tomek Kaczanowski wrote: > >> Hello Steve and All, >> >> what are these numbers in profile report: >> Total Build Time 357891:33:35.371 >> Startup 357891:33:32.722 > > Total Build Time is the total execution time of all tasks. Startup Time is > the time between the beginning of profiling (as close as I can get once basic > initialization is completed) and when the buildStarted event fires. > > Something is badly wrong with this on your machine. From you previous post, > it looks like System.currentTimeMillis is not giving valid times. I don't > know how this can happen. Do you consistently get strange numbers like this? > What OS are you running under? Are you running under a security manager? > -- > Steve Appling > Automated Logic Research Team > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
