public interface IGASStats
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() |
void add(long frontierSize, long nedges, long elapsedNanos)
void add(IGASStats o)
long getNRounds()
long getFrontierSize()
long getNEdges()
long getElapsedNanos()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.