![]() |
|
A VdfNetworkStats object represents some useful statistics about a network. More...
#include <networkStats.h>
Public Member Functions | |
| VDF_API | VdfNetworkStats (const VdfNetwork &network) |
Builds the statistics structures from the given network. | |
| size_t | GetMaxTypeNameLength () const |
| Returns the length of the longest type name encountered. | |
| size_t | GetMaxFanIn () const |
| Returns the max fan in. | |
| const std::string & | GetMaxFanInNodeName () const |
| Returns the node name with the max fan in. | |
| size_t | GetMaxFanOut () const |
| Returns the max fan out. | |
| const std::string & | GetMaxFanOutNodeName () const |
| Returns the node name with the max fan out. | |
| const _TypeStatsMap & | GetStatsMap () const |
| Returns the count map. | |
A VdfNetworkStats object represents some useful statistics about a network.
Definition at line 30 of file networkStats.h.
| VDF_API VdfNetworkStats | ( | const VdfNetwork & | network | ) |
Builds the statistics structures from the given network.
|
inline |
Returns the max fan in.
Definition at line 61 of file networkStats.h.
|
inline |
Returns the node name with the max fan in.
Definition at line 65 of file networkStats.h.
|
inline |
Returns the max fan out.
Definition at line 71 of file networkStats.h.
|
inline |
Returns the node name with the max fan out.
Definition at line 75 of file networkStats.h.
|
inline |
Returns the length of the longest type name encountered.
Definition at line 57 of file networkStats.h.
|
inline |
Returns the count map.
Definition at line 81 of file networkStats.h.