Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 45109 invoked from network); 11 Feb 2009 10:03:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 10:03:23 -0000 Received: (qmail 61473 invoked by uid 500); 11 Feb 2009 10:03:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 61375 invoked by uid 500); 11 Feb 2009 10:03:22 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 61366 invoked by uid 99); 11 Feb 2009 10:03:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 02:03:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 10:03:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CB51D234C48D for ; Wed, 11 Feb 2009 02:02:59 -0800 (PST) Message-ID: <16155555.1234346579831.JavaMail.jira@brutus> Date: Wed, 11 Feb 2009 02:02:59 -0800 (PST) From: "Zhiguo Ge (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6088) Call graph profiler In-Reply-To: <277834645.1234345739770.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhiguo Ge updated HARMONY-6088: ------------------------------- Attachment: (was: CallGphProfiler.cpp) > Call graph profiler > -------------------- > > Key: HARMONY-6088 > URL: https://issues.apache.org/jira/browse/HARMONY-6088 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Affects Versions: 5.0M7 > Environment: Intel Core(TM)2 Quad and Intel Core(TM)2 Duo CPU, Windows XP > Reporter: Zhiguo Ge > Fix For: 5.0M7 > > Attachments: CallGphProfiler.cpp, CallGraphProfileCollector.cpp, CallGraphProfileCollector.h, patch.txt, server.emconf > > > Implemented a instrumentation-based call graph profiler for Harmony. The callgraph data structure are created and stored in EM component. > The patch is attached and three other additional source files are also included: > 1. CallGraphProfileCollector.cpp, and CallGraphProfileCollector.h, to be added into directory \working_vm\vm\em\src > 2. CallGphProfiler.cpp, to be added into directory: \working_vm\vm\jitrino\src\dynopt > Another configuration file, server.emconf, is also included. You can add or remove "callgph_instrument" to enable and disable call graph in SD1_OPT and SD2_OPT compilations. > The call graph is only workable in server mode. Example command line is: > java.exe -Xem:server -Xmx512m -Xms512m -jar SPECjvm2008.jar scimark.fft.small > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.