torc-master
|
Router Statistics net. More...
#include <RouterStatistics.hpp>
Public Member Functions | |
RouterStatistics () | |
Default constructor. More... | |
Data Fields | |
double | mRouteTime |
Time spent routing this net. More... | |
boost::uint32_t | mStatLoopPasses |
Number of passes through the main loop routing this net. More... | |
boost::uint32_t | mStatExpanded |
Number of nodes created from expansion. More... | |
Router Statistics net.
The RouteNet class contains architecture specific sources and sinks.
Definition at line 29 of file RouterStatistics.hpp.
|
inline |
Default constructor.
Definition at line 42 of file RouterStatistics.hpp.
double torc::router::RouterStatistics::mRouteTime |
Time spent routing this net.
Definition at line 34 of file RouterStatistics.hpp.
boost::uint32_t torc::router::RouterStatistics::mStatExpanded |
Number of nodes created from expansion.
Definition at line 38 of file RouterStatistics.hpp.
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.