FFmpeg
Data Fields
CheckasmFuncVersion Struct Reference

#include <function.h>

Data Fields

struct CheckasmFuncVersionnext
 
const CheckasmCpuInfocpu
 
char * suffix
 
CheckasmKey key
 
CheckasmMeasurement cycles
 
CheckasmFuncState state
 

Detailed Description

Definition at line 41 of file function.h.

Field Documentation

◆ next

struct CheckasmFuncVersion* CheckasmFuncVersion::next

Definition at line 42 of file function.h.

Referenced by checkasm_check_key(), func_uninit(), print_bench_iter(), and print_functions().

◆ cpu

const CheckasmCpuInfo* CheckasmFuncVersion::cpu

Definition at line 43 of file function.h.

Referenced by checkasm_check_key(), and ver_suffix().

◆ suffix

char* CheckasmFuncVersion::suffix

Definition at line 44 of file function.h.

Referenced by checkasm_check_key(), func_uninit(), and ver_suffix().

◆ key

CheckasmKey CheckasmFuncVersion::key

Definition at line 45 of file function.h.

Referenced by checkasm_check_key().

◆ cycles

CheckasmMeasurement CheckasmFuncVersion::cycles

Definition at line 46 of file function.h.

Referenced by checkasm_bench_finish(), checkasm_check_key(), and print_bench_iter().

◆ state

CheckasmFuncState CheckasmFuncVersion::state

Definition at line 47 of file function.h.

Referenced by checkasm_check_key(), and fail_internal().


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