| 68 | } |
| 69 | |
| 70 | void Report() const |
| 71 | { |
| 72 | LOG(LINFO, ("Parsed segments:", m_routesHandled)); |
| 73 | LOG(LINFO, ("Routes failed:", m_routesFailed)); |
| 74 | LOG(LINFO, ("Tight offsets:", m_tightOffsets)); |
| 75 | LOG(LINFO, ("Short routes:", m_shortRoutes)); |
| 76 | LOG(LINFO, ("Ambiguous routes:", m_moreThanOneCandidate)); |
| 77 | LOG(LINFO, ("Path is not reconstructed:", m_zeroCanditates)); |
| 78 | } |
| 79 | |
| 80 | uint32_t m_shortRoutes = 0; |
| 81 | uint32_t m_zeroCanditates = 0; |