Read/Lane summary

Modules

 Metric statistics
 

Functions

const surface_summary & operator[] (const size_t n) const INTEROP_THROW_SPEC((model
 
const_reference at (const size_type n) const INTEROP_THROW_SPEC((model
 
size_t lane () const
 
size_t tile_count () const
 
const cycle_state_summary & cycle_state () const
 
size_t size () const
 

Detailed Description

Summary of key metrics in each read/lane

See full class description See full class description

Function Documentation

const_reference at ( const size_type  n) const
inline

Get constant reference to lane_summary at given index

Deprecated:
Will be removed in next feature version (use operator[] instead for C++ Code)
Parameters
nindex
Returns
constant reference to lane_summary
const cycle_state_summary& cycle_state ( ) const
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
size_t lane ( ) const
inline

Get lane number

Returns
lane number
const surface_summary& operator[] ( const size_t  n) const
inline

Get constant reference to lane_summary at given index

Parameters
nindex
Returns
constant reference to lane_summary
size_t size ( ) const
inline

Get number of summaries by surface

Returns
number of summaries by surface
size_t tile_count ( ) const
inline

Get number of tiles in the lane

Returns
number of tiles in the lane