![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Structure to store the results of a benchmark. More...
#include <shambase/include/shambase/time.hpp>
Collaboration diagram for shambase::BenchmarkResult:Public Attributes | |
| std::vector< f64 > | counts |
| The counts of the benchmark. | |
| std::vector< f64 > | times |
| The times of the benchmark. | |
Structure to store the results of a benchmark.
This structure stores the counts and times of a benchmark. The counts are the input values used in the benchmark, and the times are the corresponding execution times.
| std::vector<f64> shambase::BenchmarkResult::counts |
| std::vector<f64> shambase::BenchmarkResult::times |