Modules | |
Cycle state summary | |
Metric summary | |
Read summary | |
Functions | |
read_summary & operator[] (const size_t n) INTEROP_THROW_SPEC((model | |
const read_summary & operator[] (const size_t n) const INTEROP_THROW_SPEC((model | |
read_summary & at (const size_t n) INTEROP_THROW_SPEC((model | |
const_reference at (const size_type n) const INTEROP_THROW_SPEC((model | |
size_t size () const | |
iterator begin () | |
iterator end () | |
const_iterator begin () const | |
const_iterator end () const | |
size_t lane_count () const | |
void lane_count (const size_t lane_count) | |
size_t surface_count () const | |
size_t channel_count () const | |
void surface_count (const size_t surface_count) | |
const metric_summary & total_summary () const | |
metric_summary & total_summary () | |
void total_summary (const metric_summary &summary) | |
const metric_summary & nonindex_summary () const | |
metric_summary & nonindex_summary () | |
void nonindex_summary (const metric_summary &summary) | |
const cycle_state_summary & cycle_state () const | |
cycle_state_summary & cycle_state () | |
Detailed Description
Information used in the SAV Summary Tab
Function Documentation
|
inline |
Get reference to read_summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
n index
- Returns
- reference to read_summary
|
inline |
Get constant reference to read_summary at given index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
n index
- Returns
- constant reference to read_summary
|
inline |
Get random access iterator to start of summaries by read
- Returns
- random access iterator
|
inline |
Get constant random access iterator to start of summaries by read
- Returns
- constant random access iterator
|
inline |
Get number of channels
- Returns
- number of channels
|
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 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 read
- Returns
- random access iterator
|
inline |
Get constant random access iterator to end of summaries by read
- Returns
- constant random access iterator
|
inline |
Get number of lanes
- Returns
- number of lanes
|
inline |
Set number of lanes
- Parameters
-
lane_count number of lanes
|
inline |
Get summary metrics
- Returns
- summary metrics
|
inline |
Get summary metrics
- Returns
- summary metrics
|
inline |
Set the summary
- Parameters
-
summary metric summary
|
inline |
Get reference to read_summary at given index
- Parameters
-
n index
- Returns
- reference to read_summary
|
inline |
Get constant reference to read_summary at given index
- Parameters
-
n index
- Returns
- constant reference to read_summary
|
inline |
Get number of summaries by read
- Returns
- number of summaries by read
|
inline |
Get number of surfaces
- Returns
- number of surfaces
|
inline |
Set number of surfaces
- Parameters
-
surface_count number of surfaces
|
inline |
Get summary metrics
- Returns
- summary metrics
|
inline |
Get summary metrics
- Returns
- summary metrics
|
inline |
Set the summary
- Parameters
-
summary metric summary