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 IGASStatspublic long getFrontierSize()
IGASStatsgetFrontierSize in interface IGASStatspublic long getNEdges()
IGASStatspublic long getElapsedNanos()
IGASStatsgetElapsedNanos in interface IGASStatsCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.