Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
sham::benchmarks::saxpy_result Struct Reference

Structure containing the results of a saxpy benchmark. More...

#include <shambackends/include/shambackends/benchmarks/saxpy.hpp>

+ Collaboration diagram for sham::benchmarks::saxpy_result:

Public Attributes

std::string func_name
 Name of the function.
 
f64 seconds
 Computation time in seconds.
 
f64 bandwidth
 Bandwidth in gibibytes per second.
 
u64 byte_used
 Byte count used in the test.
 

Detailed Description

Structure containing the results of a saxpy benchmark.

Definition at line 41 of file saxpy.hpp.

Member Data Documentation

◆ bandwidth

f64 sham::benchmarks::saxpy_result::bandwidth

Bandwidth in gibibytes per second.

Definition at line 47 of file saxpy.hpp.

◆ byte_used

u64 sham::benchmarks::saxpy_result::byte_used

Byte count used in the test.

Definition at line 49 of file saxpy.hpp.

◆ func_name

std::string sham::benchmarks::saxpy_result::func_name

Name of the function.

Definition at line 43 of file saxpy.hpp.

◆ seconds

f64 sham::benchmarks::saxpy_result::seconds

Computation time in seconds.

Definition at line 45 of file saxpy.hpp.


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