#include <lane_summary.h>
Public Types | |
typedef metric_stat | metric_stat_t |
typedef surface_summary_vector_t::reference | reference |
typedef surface_summary_vector_t::const_reference | const_reference |
typedef surface_summary_vector_t::iterator | iterator |
typedef surface_summary_vector_t::const_iterator | const_iterator |
typedef surface_summary_vector_t::size_type | size_type |
Public Types inherited from stat_summary | |
typedef metric_stat | metric_stat_t |
Friends | |
template<class MetricType , int Version> | |
struct | io::generic_layout |
Detailed Description
Summary statistics compiled by lane
- Note
- The reported standard deviation is always between tiles, not cycles. For metrics like error metrics, the mean over all cycles is used for each tile, before calculating the standard deviation.
Member Typedef Documentation
typedef surface_summary_vector_t::const_iterator const_iterator |
Constant random access iterator to vector of lane_summary
typedef surface_summary_vector_t::const_reference const_reference |
Constant reference to lane_summary
typedef surface_summary_vector_t::iterator iterator |
Random access iterator to vector of lane_summary
typedef metric_stat metric_stat_t |
Collection of metric statistics type
typedef surface_summary_vector_t::reference reference |
Reference to lane_summary
typedef surface_summary_vector_t::size_type size_type |
Unsigned integral type (usually size_t)
Constructor & Destructor Documentation
|
inline |
Constructor
- Parameters
-
lane lane number channel_count channel count
Member Function Documentation
|
inline |
Get reference to lane_summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
n index
- Returns
- reference to lane_summary
|
inline |
Get random access iterator to start of summaries by lane
- Returns
- random access iterator
|
inline |
Get random access iterator to start of summaries by lane
- Returns
- random access iterator
|
inline |
Get statistics summarizing the cycle of each RTA state of tiles in the lane
- Returns
- statistics summarizing the cycle of each RTA state of tiles in the lane
|
inline |
Get random access iterator to end of summaries by lane
- Returns
- random access iterator
|
inline |
Get random access iterator to end of summaries by lane
- Returns
- random access iterator
|
inline |
Set lane number
- Parameters
-
val lane number
|
inline |
Get reference to lane_summary at given index
- Parameters
-
n index
- Returns
- reference to lane_summary
|
inline |
Resize the summary by lane vector
- Parameters
-
n new size of summary by lane vector
|
inline |
Set number of tiles in the lane
- Parameters
-
val number of tiles in the lane
Friends And Related Function Documentation
|
friend |
The documentation for this class was generated from the following file:
- /io/interop/model/summary/lane_summary.h