public class DebugOutput extends Object
Modifier and Type | Field and Description |
---|---|
long |
pathCalculationTime |
List<Long> |
pathTimes |
long |
precalculationTime |
long |
renderingTime |
boolean |
timedOut |
long |
totalTime |
Constructor and Description |
---|
DebugOutput() |
Modifier and Type | Method and Description |
---|---|
void |
finishedCalculating()
Record the time when we finished calculating paths for this request.
|
void |
finishedPrecalculating()
Record the time when we finished heuristic pre-calculation.
|
void |
finishedRendering()
Record the time when we finished converting paths into itineraries.
|
void |
foundPath()
Record the time when a path was found.
|
void |
startedCalculating()
Record the time when we first began calculating a path for this request
(before any heuristic pre-calculation).
|
public long precalculationTime
public long pathCalculationTime
public long renderingTime
public long totalTime
public boolean timedOut
public void startedCalculating()
public void finishedPrecalculating()
public void foundPath()
public void finishedCalculating()
public void finishedRendering()
Copyright © 2018. All rights reserved.