Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 29682 invoked from network); 17 Jan 2007 10:27:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2007 10:27:22 -0000 Received: (qmail 90990 invoked by uid 500); 17 Jan 2007 10:27:26 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 90966 invoked by uid 500); 17 Jan 2007 10:27:26 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 90957 invoked by uid 99); 17 Jan 2007 10:27:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 02:27:26 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mike.fursov@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 02:27:17 -0800 Received: by ug-out-1314.google.com with SMTP id z36so1678635uge for ; Wed, 17 Jan 2007 02:26:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=egpWq6MpKxla/6lTQtssa9zpJCm/YJ4z0Qjpd3SWlseNh+vVB8CVtJBK8CBra3+VoNTyU9EPlZoxPDnm0uuNecNBADDFubK8JjxhBLCEXovLLXWs5bMcqSivGJxQF2hpYfQgxnasO7mzEisuN6ufQLnkI6ySOz9YB4esRgqKKNA= Received: by 10.67.22.14 with SMTP id z14mr9236637ugi.1169029616328; Wed, 17 Jan 2007 02:26:56 -0800 (PST) Received: by 10.66.242.7 with HTTP; Wed, 17 Jan 2007 02:26:56 -0800 (PST) Message-ID: Date: Wed, 17 Jan 2007 16:26:56 +0600 From: "Mikhail Fursov" To: dev@harmony.apache.org Subject: Re: how to get the time used by the OPT, JET? In-Reply-To: <6342af3e0701170034q681b8a41t8f91343bb2e3b69a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_129698_32575575.1169029616174" References: <6342af3e0701161847i373474d8g42d5f744002de0e5@mail.gmail.com> <6342af3e0701170034q681b8a41t8f91343bb2e3b69a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_129698_32575575.1169029616174 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 1/17/07, zouqiong wrote: > > Thanks for your reply. > But I am afraid it didn't work. > > I want to know all the time spend in the OPT compiler and JET compiler. Zouqiong, I need to understand more precisely what do you want to get from log: 1) Do you need to know the compilation time for JET/OPT ? or 2) Do you need to know which method is compiled by JET/OPT and when it happens? or 3) Do you need to get IR and compilation log for a method compiled by JIT/OPT? or 4) Do you need to know some runtime (not compile time) metrics for managed code? Some logging options for JET and OPT are different. I need more details before I can help you. -- Mikhail Fursov ------=_Part_129698_32575575.1169029616174--