statistics

See Public API for a list of names and headers that are part of the public HPX API.

namespace boost
namespace accumulators
namespace extract

Variables

const extractor<tag::histogram> histogram = {}
namespace tag
struct histogram : public depends_on<count>, public histogram_num_bins, public histogram_min_range, public histogram_max_range
struct impl
template<typename Sample, typename Weight>
struct apply

Public Types

typedef hpx::util::detail::histogram_impl<Sample> type
namespace boost
namespace accumulators
namespace extract

Variables

const extractor<tag::rolling_max> rolling_max = {}
namespace tag
struct rolling_max : public depends_on<rolling_window>
struct impl
template<typename Sample, typename Weight>
struct apply

Public Types

typedef hpx::util::detail::rolling_max_impl<Sample> type
namespace boost
namespace accumulators
namespace extract

Variables

const extractor<tag::rolling_min> rolling_min = {}
namespace tag
struct rolling_min : public depends_on<rolling_window>
struct impl
template<typename Sample, typename Weight>
struct apply

Public Types

typedef hpx::util::detail::rolling_min_impl<Sample> type