9#ifndef TPGLIBS_PROCESSORMETRICARRAY_HPP_
10#define TPGLIBS_PROCESSORMETRICARRAY_HPP_
18template <
typename signal_type_t>
Dynamic array of processor metrics, templated on signal type.
signal_type_t * m_data
Pointer to contiguous metric data.
std::size_t m_size
Number of metrics in the array.