You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by Ashish Jain <as...@gmail.com> on 2013/06/17 20:03:29 UTC

Measuring time to load graph

Hi,

I am interested in benchmarking the time a program takes to load a graph.
What area of the code would be a good place to start looking to implement
this?

Thanks
Ashish

Re: Measuring time to load graph

Posted by Sebastian Schelter <ss...@googlemail.com>.
Isn't the input superstep what you're looking for? You'll find its time
in the jobtracker logs.

-sebastian

On 17.06.2013 20:03, Ashish Jain wrote:
> Hi,
> 
> I am interested in benchmarking the time a program takes to load a graph.
> What area of the code would be a good place to start looking to implement
> this?
> 
> Thanks
> Ashish
>