Libav
Data Fields
CheckasmFuncVersion Struct Reference

Data Fields

struct CheckasmFuncVersionnext
 
voidfunc
 
int ok
 
int cpu
 
int iterations
 
uint64_t cycles
 

Detailed Description

Definition at line 143 of file checkasm.c.

Field Documentation

◆ next

struct CheckasmFuncVersion* CheckasmFuncVersion::next

Definition at line 144 of file checkasm.c.

Referenced by checkasm_check_func(), cpu_suffix(), and destroy_func_tree().

◆ func

void* CheckasmFuncVersion::func

Definition at line 145 of file checkasm.c.

Referenced by checkasm_check_func(), get_func(), and main().

◆ ok

int CheckasmFuncVersion::ok

Definition at line 146 of file checkasm.c.

Referenced by checkasm_check_func().

◆ cpu

int CheckasmFuncVersion::cpu

Definition at line 147 of file checkasm.c.

Referenced by checkasm_check_func(), and cpu_suffix().

◆ iterations

int CheckasmFuncVersion::iterations

Definition at line 148 of file checkasm.c.

Referenced by checkasm_update_bench(), and cpu_suffix().

◆ cycles

uint64_t CheckasmFuncVersion::cycles

Definition at line 149 of file checkasm.c.

Referenced by checkasm_update_bench(), and cpu_suffix().


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