public class GASStats extends Object implements IGASStats
Constructor and Description |
---|
GASStats() |
Modifier and Type | Method and Description |
---|---|
void |
add(IGASStats o) |
void |
add(long frontierSize,
long nedges,
long elapsedNanos) |
long |
getElapsedNanos()
The elapsed nanoseconds across the iterations.
|
long |
getFrontierSize()
The cumulative size of the frontier across the iterations.
|
long |
getNEdges()
The number of traversed edges across the iterations.
|
long |
getNRounds() |
String |
toString()
Return a useful summary of the collected statistics.
|
public void add(long frontierSize, long nedges, long elapsedNanos)
public long getNRounds()
getNRounds
in interface IGASStats
public long getFrontierSize()
IGASStats
getFrontierSize
in interface IGASStats
public long getNEdges()
IGASStats
public long getElapsedNanos()
IGASStats
getElapsedNanos
in interface IGASStats
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.