![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Structure containing the results of an int_chains benchmark. More...
#include <shambackends/include/shambackends/benchmarks/int_chains.hpp>
Public Attributes | |
| std::string | func_name |
| Name of the function. | |
| f64 | seconds |
| Computation time in seconds. | |
| f64 | iops |
| Integer operations per second. | |
| u32 | nrotations |
| Number of rotations performed. | |
Structure containing the results of an int_chains benchmark.
Definition at line 98 of file int_chains.hpp.
| std::string sham::benchmarks::int_chains_result::func_name |
Name of the function.
Definition at line 99 of file int_chains.hpp.
| f64 sham::benchmarks::int_chains_result::iops |
Integer operations per second.
Definition at line 101 of file int_chains.hpp.
| u32 sham::benchmarks::int_chains_result::nrotations |
Number of rotations performed.
Definition at line 102 of file int_chains.hpp.
| f64 sham::benchmarks::int_chains_result::seconds |
Computation time in seconds.
Definition at line 100 of file int_chains.hpp.