You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Pavan Kumar (JIRA)" <ji...@apache.org> on 2014/06/04 17:03:01 UTC

[jira] [Commented] (GIRAPH-900) Remove timers for compute method

    [ https://issues.apache.org/jira/browse/GIRAPH-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017747#comment-14017747 ] 

Pavan Kumar commented on GIRAPH-900:
------------------------------------

+1
verified that it compiles.

> Remove timers for compute method
> --------------------------------
>
>                 Key: GIRAPH-900
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-900
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>             Fix For: 1.1.0
>
>         Attachments: GIRAPH-900.patch
>
>
> When processing on a single vertex is quick, having timers around each compute call is very expensive - in some experiments supersteps run up to 40% faster without this timer. I never found it useful since average times are usually short enough to not mean much, and also it's not just user code time but when we block on sending requests it's counted here as well. So I'm just removing it instead of making it optional.



--
This message was sent by Atlassian JIRA
(v6.2#6252)