Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86000FF38 for ; Mon, 15 Apr 2013 12:42:20 +0000 (UTC) Received: (qmail 59541 invoked by uid 500); 15 Apr 2013 12:42:20 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 59505 invoked by uid 500); 15 Apr 2013 12:42:20 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 59246 invoked by uid 500); 15 Apr 2013 12:42:19 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 59117 invoked by uid 99); 15 Apr 2013 12:42:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 12:42:17 +0000 Date: Mon, 15 Apr 2013 12:42:17 +0000 (UTC) From: "Nitay Joffe (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GIRAPH-592) YourKit profiling API for easy profiling of giraph MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631687#comment-13631687 ] Nitay Joffe commented on GIRAPH-592: ------------------------------------ Still undergoing discussion, see https://reviews.apache.org/r/10147/. I'll post patch when it's ready. You want to comment on the review? > YourKit profiling API for easy profiling of giraph > -------------------------------------------------- > > Key: GIRAPH-592 > URL: https://issues.apache.org/jira/browse/GIRAPH-592 > Project: Giraph > Issue Type: Bug > Reporter: Nitay Joffe > Assignee: Nitay Joffe > > Adds YourKit API with helpers to Giraph, to make it easy to profile with YourKit. No more having to attach to processes and have the user time things by hand. This allows us to profile specific parts of the code very easily. > As an example this diff adds profiling to edge input loading. > To use YourKit with Hadoop jobs you need to set parameters as follows: > {code} > -Dmapred.task.profile=true \ > -Dmapred.task.profile.maps=0-${numWorkers} \ > -Dmapred.task.profile.params=-agentpath: > {code} > Note if the YourKit agent is not passed in (not profiling), the calls I've added here have negligible effect. > https://reviews.apache.org/r/10147/ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira