Date: Thu, 7 Oct 1999 10:14:56 -0600 From: Nate Williams <nate@mt.sri.com> To: ARASH FARAHMAND <arashfar@sfsu.edu> Cc: freebsd-java@FreeBSD.ORG Subject: Re: time measurement in Java Message-ID: <199910071614.KAA00139@mt.sri.com> In-Reply-To: <Pine.GSO.3.96.991007083936.8648A-100000@apollo.sfsu.edu> References: <Pine.GSO.3.96.991007083936.8648A-100000@apollo.sfsu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> I would greatly appreciate if you would please give me your advice on > which method is better to measure time in Java, or guide me on where to > look for it. In particular, it would be great it can measure time in > units less than milliseconds. System.currentTimeMillis() and Calendar (don't remember where,maybe java.util). java.util.Date is always a good start. Any beginning Java book would have this kind of information, I recommend you get one. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910071614.KAA00139>