JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (histogram_initialization) | |
BOOST_AUTO_TEST_CASE (histogram_underflow) | |
BOOST_AUTO_TEST_CASE (histogram_overflow) | |
BOOST_AUTO_TEST_CASE (histogram_mean_simple) | |
BOOST_AUTO_TEST_CASE (histogram_mean_underflow) | |
BOOST_AUTO_TEST_CASE (histogram_mean_overflow) | |
BOOST_AUTO_TEST_CASE (histogram_mean_complex) | |
BOOST_AUTO_TEST_CASE (histogram_quantile_simple) | |
BOOST_AUTO_TEST_CASE (histogram_quantile_float) | |
BOOST_AUTO_TEST_CASE (histogram_quantile_underflow) | |
BOOST_AUTO_TEST_CASE (histogram_quantile_overflow) | |
BOOST_AUTO_TEST_CASE (histogram_quantile_complex) | |
BOOST_AUTO_TEST_CASE | ( | histogram_initialization | ) |
Definition at line 66 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_underflow | ) |
Definition at line 76 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_overflow | ) |
Definition at line 112 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_mean_simple | ) |
Definition at line 141 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_mean_underflow | ) |
Definition at line 159 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_mean_overflow | ) |
Definition at line 170 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_mean_complex | ) |
Definition at line 181 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_quantile_simple | ) |
Definition at line 193 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_quantile_float | ) |
Definition at line 227 of file ut_histogram.cpp.
References jb::histogram< binning_strategy_t, counter_type_t >::sample().
BOOST_AUTO_TEST_CASE | ( | histogram_quantile_underflow | ) |
Definition at line 261 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_quantile_overflow | ) |
Definition at line 274 of file ut_histogram.cpp.
BOOST_AUTO_TEST_CASE | ( | histogram_quantile_complex | ) |
Definition at line 287 of file ut_histogram.cpp.