#include <RouterStatistics.hpp>
Public Member Functions | |
RouterStatistics () | |
Default constructor. | |
Public Attributes | |
double | mRouteTime |
Time spent routing this net. | |
boost::uint32_t | mStatLoopPasses |
Number of passes through the main loop routing this net. | |
boost::uint32_t | mStatExpanded |
Number of nodes created from expansion. |
The RouteNet class contains architecture specific sources and sinks.
Definition at line 29 of file RouterStatistics.hpp.
torc::router::RouterStatistics::RouterStatistics | ( | ) | [inline] |
boost::uint32_t torc::router::RouterStatistics::mStatLoopPasses |
Number of passes through the main loop routing this net.
Definition at line 36 of file RouterStatistics.hpp.
boost::uint32_t torc::router::RouterStatistics::mStatExpanded |