Thrill
0.1
|
Definition at line 506 of file iostats.hpp.
#include <iostats.hpp>
Public Member Functions | |
template<typename Functor > | |
summary (const std::vector< file_stats_data > &fs, const Functor &get_value) | |
Public Attributes | |
double | average |
T | max |
double | median |
T | min |
T | total |
std::vector< std::pair< T, unsigned > > | values_per_device |
summary | ( | const std::vector< file_stats_data > & | fs, |
const Functor & | get_value | ||
) |
Definition at line 394 of file iostats.cpp.
References file_stats_data::get_device_id(), max(), min(), and gen_data::x.
double average |
Definition at line 509 of file iostats.hpp.
T max |
Definition at line 508 of file iostats.hpp.
double median |
Definition at line 509 of file iostats.hpp.
T min |
Definition at line 508 of file iostats.hpp.
T total |
Definition at line 508 of file iostats.hpp.
std::vector<std::pair<T, unsigned> > values_per_device |
Definition at line 510 of file iostats.hpp.