unity.scopes.testing.Benchmark.StatisticsConfiguration
The StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics. More...
#include <unity/scopes/testing/Benchmark.h>
Public Attributes | |
std::size_t | histogram_bin_count {10} |
Detailed Description
The StatisticsConfiguration struct contains options controlling the calculation of benchmark result statistics.
Member Data Documentation
std::size_t unity::scopes::testing::Benchmark::StatisticsConfiguration::histogram_bin_count {10} |
Number of bins in the final histogram.