Holds information to be included in the REST Response for debugging and profiling purposes of a single transit routing search.
name | data type | constraints | description |
---|---|---|---|
tripPatternFilterTime | number | required | Time taken for the initialization of the raptor router in milliseconds. |
accessEgressTime | number | required | Time taken for the access and egress routing in milliseconds. |
raptorSearchTime | number | required | Time taken for the raptor search in milliseconds. |
itineraryCreationTime | number | required | Time taken for mapping from the raptor paths to itinerary objects in milliseconds. |
Example
{ "tripPatternFilterTime" : 12345, "accessEgressTime" : 12345, "raptorSearchTime" : 12345, "itineraryCreationTime" : 12345 }