torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
torc::router::RouterStatistics Struct Reference

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...
 

Detailed Description

Router Statistics net.

The RouteNet class contains architecture specific sources and sinks.

Definition at line 29 of file RouterStatistics.hpp.

Constructor & Destructor Documentation

torc::router::RouterStatistics::RouterStatistics ( )
inline

Default constructor.

Definition at line 42 of file RouterStatistics.hpp.

boost::uint32_t mStatLoopPasses
Number of passes through the main loop routing this net.
boost::uint32_t mStatExpanded
Number of nodes created from expansion.
double mRouteTime
Time spent routing this net.

Field Documentation

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.


The documentation for this struct was generated from the following file: