Loading...
Searching...
No Matches
VdfNetworkStats Class Reference

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.
 

Detailed Description

A VdfNetworkStats object represents some useful statistics about a network.

Definition at line 30 of file networkStats.h.

Constructor & Destructor Documentation

◆ VdfNetworkStats()

VDF_API VdfNetworkStats ( const VdfNetwork network)

Builds the statistics structures from the given network.

Member Function Documentation

◆ GetMaxFanIn()

size_t GetMaxFanIn ( ) const
inline

Returns the max fan in.

Definition at line 61 of file networkStats.h.

◆ GetMaxFanInNodeName()

const std::string & GetMaxFanInNodeName ( ) const
inline

Returns the node name with the max fan in.

Definition at line 65 of file networkStats.h.

◆ GetMaxFanOut()

size_t GetMaxFanOut ( ) const
inline

Returns the max fan out.

Definition at line 71 of file networkStats.h.

◆ GetMaxFanOutNodeName()

const std::string & GetMaxFanOutNodeName ( ) const
inline

Returns the node name with the max fan out.

Definition at line 75 of file networkStats.h.

◆ GetMaxTypeNameLength()

size_t GetMaxTypeNameLength ( ) const
inline

Returns the length of the longest type name encountered.

Definition at line 57 of file networkStats.h.

◆ GetStatsMap()

const _TypeStatsMap & GetStatsMap ( ) const
inline

Returns the count map.

Definition at line 81 of file networkStats.h.


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