debugOutput Data Type

Holds information to be included in the REST Response for debugging and profiling purposes. startedCalculating is called in the routingContext constructor. finishedCalculating and finishedRendering are all called in PlanGenerator.generate(). finishedPrecalculating and foundPaths are called in the SPTService implementations.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
pathCalculationTime long element 1/1 required  
pathTimes list of long element 0/unbounded    
precalculationTime long element 1/1 required  
renderingTime long element 1/1 required  
timedOut boolean element 1/1 required  
totalTime long element 1/1 required  

Example

<debugOutput>
  <precalculationTime>...</precalculationTime>
  <pathCalculationTime>...</pathCalculationTime>
  <pathTimes>...</pathTimes>
  <renderingTime>...</renderingTime>
  <totalTime>...</totalTime>
  <timedOut>...</timedOut>
</debugOutput>