Grok  9.7.5
Public Member Functions | Public Attributes | List of all members
hwy::HWY_NAMESPACE::Result Struct Reference

#include <result-inl.h>

Public Member Functions

 Result ()
 
 Result (const uint32_t target, const Algo algo, Dist dist, bool is128, size_t num, size_t num_threads, double sec, size_t sizeof_t, const char *type_name)
 
void Print () const
 

Public Attributes

uint32_t target
 
Algo algo
 
Dist dist
 
bool is128
 
size_t num = 0
 
size_t num_threads = 0
 
double sec = 0.0
 
size_t sizeof_t = 0
 
std::string type_name
 

Constructor & Destructor Documentation

◆ Result() [1/2]

hwy::HWY_NAMESPACE::Result::Result ( )
inline

◆ Result() [2/2]

hwy::HWY_NAMESPACE::Result::Result ( const uint32_t  target,
const Algo  algo,
Dist  dist,
bool  is128,
size_t  num,
size_t  num_threads,
double  sec,
size_t  sizeof_t,
const char *  type_name 
)
inline

Member Function Documentation

◆ Print()

void hwy::HWY_NAMESPACE::Result::Print ( ) const
inline

Member Data Documentation

◆ algo

Algo hwy::HWY_NAMESPACE::Result::algo

Referenced by Print().

◆ dist

Dist hwy::HWY_NAMESPACE::Result::dist

Referenced by Print().

◆ is128

bool hwy::HWY_NAMESPACE::Result::is128

Referenced by Print().

◆ num

size_t hwy::HWY_NAMESPACE::Result::num = 0

Referenced by Print().

◆ num_threads

size_t hwy::HWY_NAMESPACE::Result::num_threads = 0

Referenced by Print().

◆ sec

double hwy::HWY_NAMESPACE::Result::sec = 0.0

Referenced by Print().

◆ sizeof_t

size_t hwy::HWY_NAMESPACE::Result::sizeof_t = 0

Referenced by Print().

◆ target

uint32_t hwy::HWY_NAMESPACE::Result::target

Referenced by Print().

◆ type_name

std::string hwy::HWY_NAMESPACE::Result::type_name

Referenced by Print().


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