Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shambase::BenchmarkResult Struct Reference

Structure to store the results of a benchmark. More...

#include <shambase/include/shambase/time.hpp>

+ Collaboration diagram for shambase::BenchmarkResult:

Public Attributes

std::vector< f64counts
 The counts of the benchmark.
 
std::vector< f64times
 The times of the benchmark.
 

Detailed Description

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.

Definition at line 229 of file time.hpp.

Member Data Documentation

◆ counts

std::vector<f64> shambase::BenchmarkResult::counts

The counts of the benchmark.

Definition at line 233 of file time.hpp.

◆ times

std::vector<f64> shambase::BenchmarkResult::times

The times of the benchmark.

Definition at line 238 of file time.hpp.


The documentation for this struct was generated from the following file: