LibLogicalAccess
2.5.0
An Open Source RFID Library
|
Public Member Functions | |
TestResultAgg (bool display_agg_only) | |
void | record_test_result (TestResult tr) |
std::vector< std::string > | test_names () const |
std::vector< TestResult > | get_test_results_by_name (const std::string &test_name) |
TestResult | aggregate (const std::vector< TestResult > test_results) |
void | display () |
Private Attributes | |
std::vector< TestResult > | results |
std::mutex | lock |
bool | display_agg_only_ |
Helper class to collect and display benchmark test results.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |