debugOutput element
Type: | debugOutput |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
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.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<debugOutput>
<precalculationTime>...</precalculationTime>
<pathCalculationTime>...</pathCalculationTime>
<pathTimes>...</pathTimes>
<pathTimes>...</pathTimes>
<!--...more "pathTimes" elements...-->
<renderingTime>...</renderingTime>
<totalTime>...</totalTime>
<timedOut>...</timedOut>
</debugOutput>