HEBench
hebench::APIBridge::WorkloadParamType Namespace Reference

Enumerations

enum  WorkloadParamType { Int64 = 1 , UInt64 , Float64 }
 Defines the possible data types for a workload flexible parameter. More...
 

Enumeration Type Documentation

◆ WorkloadParamType

Defines the possible data types for a workload flexible parameter.

Enumerator
Int64 

64 bits signed integers.

UInt64 

64 bits unsigned integers.

Float64 

64 bits IEEE 754 standard floating point real numbers.

Definition at line 302 of file types.h.