hmbdc
simplify-high-performance-messaging-programming
List of all members
hmbdc::numeric::stathistogram_detail::StatHistogram< T, DETAILED > Struct Template Reference

collect sample values and keep histogram for top percentages More...

#include <StatHistogram.hpp>

Inheritance diagram for hmbdc::numeric::stathistogram_detail::StatHistogram< T, DETAILED >:
hmbdc::numeric::stathistogram_detail::StatHistogramBase

Detailed Description

template<typename T, bool DETAILED = true>
struct hmbdc::numeric::stathistogram_detail::StatHistogram< T, DETAILED >

collect sample values and keep histogram for top percentages

top values are the smaller values

Template Parameters
Tvalue type that supports less than operator
DETAILEDif false, the samples are kept in coarser grain and the class's speed performance is better

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