Apache Mesos
Static Public Member Functions | Public Attributes | List of all members
process::Statistics< T > Struct Template Reference

#include <statistics.hpp>

Static Public Member Functions

static Option< Statistics< T > > from (const TimeSeries< T > &timeseries)
 
template<typename It , typename = typename std::enable_if< std::is_same< typename std::iterator_traits<It>::value_type, T>::value && std::is_convertible< typename std::iterator_traits<It>::iterator_category, std::forward_iterator_tag>::value>::type>
static Option< Statistics< T > > from (It first, It last)
 

Public Attributes

size_t count
 
min
 
max
 
p25
 
p50
 
p75
 
p90
 
p95
 
p99
 
p999
 
p9999
 

Member Function Documentation

template<typename T>
static Option<Statistics<T> > process::Statistics< T >::from ( const TimeSeries< T > &  timeseries)
inlinestatic
template<typename T>
template<typename It , typename = typename std::enable_if< std::is_same< typename std::iterator_traits<It>::value_type, T>::value && std::is_convertible< typename std::iterator_traits<It>::iterator_category, std::forward_iterator_tag>::value>::type>
static Option<Statistics<T> > process::Statistics< T >::from ( It  first,
It  last 
)
inlinestatic

Member Data Documentation

template<typename T>
size_t process::Statistics< T >::count
template<typename T>
T process::Statistics< T >::max
template<typename T>
T process::Statistics< T >::min
template<typename T>
T process::Statistics< T >::p25
template<typename T>
T process::Statistics< T >::p50
template<typename T>
T process::Statistics< T >::p75
template<typename T>
T process::Statistics< T >::p90
template<typename T>
T process::Statistics< T >::p95
template<typename T>
T process::Statistics< T >::p99
template<typename T>
T process::Statistics< T >::p999
template<typename T>
T process::Statistics< T >::p9999

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