Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 69222 invoked from network); 6 Jun 2002 05:37:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 Jun 2002 05:37:47 -0000 Received: (qmail 24544 invoked by uid 97); 6 Jun 2002 05:37:36 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 24528 invoked by uid 97); 6 Jun 2002 05:37:36 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 24516 invoked by uid 98); 6 Jun 2002 05:37:35 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) User-Agent: Microsoft-Entourage/10.1.0.2006 Date: Wed, 05 Jun 2002 22:37:33 -0700 Subject: Re: Improper timing using Calendar class (JSP/servlet) From: Phillip Morelock To: Tomcat Users List Message-ID: In-Reply-To: <5.1.0.14.2.20020606101833.00a9e4c0@66.33.0.49> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is the right way to go, IMNSHO. fillup On 6/5/02 5:20 PM, "thorsten frank" wrote: > why not use > > > long start = System.currentTimeMillis(); > // your code here > long end = System.currentTimeMillis(); > long theTimeItTookInMillis = end - start; > > -- To unsubscribe, e-mail: For additional commands, e-mail: