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 description
pathCalculationTime long element 1/1  
pathTimes list of long element 0/unbounded  
precalculationTime long element 1/1  
renderingTime long element 1/1  
timedOut boolean element 1/1  
totalTime long element 1/1  

Example

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