Re: Timing the codes in GraphX

2014-08-03 Thread Larry Xiao
Hi Deep, I think you can refer to GraphLoader.scala. use Logging val startTime = System.currentTimeMillis logInfo("It took %d ms to load the edges".format(System.currentTimeMillis - startTime)) Larry On 8/4/14, 12:37 PM, Deep Pradhan wrote: Is there any way to time the execution of GraphX

Timing the codes in GraphX

2014-08-03 Thread Deep Pradhan
Is there any way to time the execution of GraphX codes? Thank You