Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
sham::benchmarks::int_chains_result Struct Reference

Structure containing the results of an int_chains benchmark. More...

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

Collaboration diagram for sham::benchmarks::int_chains_result:

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.

Detailed Description

Structure containing the results of an int_chains benchmark.

Definition at line 98 of file int_chains.hpp.

Member Data Documentation

◆ func_name

std::string sham::benchmarks::int_chains_result::func_name

Name of the function.

Definition at line 99 of file int_chains.hpp.

◆ iops

f64 sham::benchmarks::int_chains_result::iops

Integer operations per second.

Definition at line 101 of file int_chains.hpp.

◆ nrotations

u32 sham::benchmarks::int_chains_result::nrotations

Number of rotations performed.

Definition at line 102 of file int_chains.hpp.

◆ seconds

f64 sham::benchmarks::int_chains_result::seconds

Computation time in seconds.

Definition at line 100 of file int_chains.hpp.


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