Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 85794 invoked from network); 20 Mar 2007 22:01:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 22:01:40 -0000 Received: (qmail 11317 invoked by uid 500); 20 Mar 2007 22:01:35 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 11310 invoked by uid 500); 20 Mar 2007 22:01:35 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 11298 invoked by uid 99); 20 Mar 2007 22:01:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 15:01:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 14:56:44 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HTmJa-0004S6-67 for user@struts.apache.org; Tue, 20 Mar 2007 14:56:22 -0700 Message-ID: <9582552.post@talk.nabble.com> Date: Tue, 20 Mar 2007 14:56:22 -0700 (PDT) From: puchacz To: user@struts.apache.org Subject: Time of displaying data on the page MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: zmychu@wp.pl X-Virus-Checked: Checked by ClamAV on apache.org Hi Hi If anybody could tell me, how can I measure the time of displaying some data on the screen? <%@ include file="/WEB-INF/jsp/include.jsp"%> <%@page import="bus.TimeHold"%> <%@page import="java.util.Date"%> <% java.util.Date begin = new Date(); long pomocnicza; pomocnicza = begin.getTime(); %>
<% java.util.Date end = new Date(); pomocnicza2 = end.getTime(); %>
The thing is that the time which in the "pomocnicza2" is much more smaller then the time of displaying the page. How to check time after display the page? If anybody has any idea, please tell me!!! I sit on this problem for a such a long time, and nothing :(. Thnx -- View this message in context: http://www.nabble.com/Time-of-displaying-data-on-the-page-tf3436810.html#a9582552 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org