From owner-freebsd-java Thu Oct 7 9:16:28 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 0DB0114F39 for ; Thu, 7 Oct 1999 09:16:23 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id KAA00275; Thu, 7 Oct 1999 10:14:57 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA00139; Thu, 7 Oct 1999 10:14:56 -0600 Date: Thu, 7 Oct 1999 10:14:56 -0600 Message-Id: <199910071614.KAA00139@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: ARASH FARAHMAND Cc: freebsd-java@FreeBSD.ORG Subject: Re: time measurement in Java In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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