|
FFmpeg
|
#include <assert.h>#include <math.h>#include <stdint.h>#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | CheckasmVar |
| struct | CheckasmSample |
| struct | CheckasmStats |
| struct | CheckasmMeasurement |
Macros | |
| #define | CHECKASM_STATS_SAMPLES 256 |
|
inlinestatic |
Definition at line 40 of file stats.h.
Referenced by checkasm_run(), json_var(), and print_bench_iter().
|
inlinestatic |
Definition at line 45 of file stats.h.
Referenced by json_var().
|
inlinestatic |
Definition at line 50 of file stats.h.
Referenced by checkasm_run(), json_var(), print_bench_header(), print_bench_iter(), and print_info().
|
inlinestatic |
Definition at line 55 of file stats.h.
Referenced by json_var().
|
inlinestatic |
Definition at line 60 of file stats.h.
Referenced by json_var(), print_bench_header(), print_bench_iter(), and print_info().
|
inlinestatic |
Definition at line 65 of file stats.h.
Referenced by checkasm_measure_perf_scale(), checkasm_measurement_init(), checkasm_stats_estimate(), and print_info().
| CheckasmVar checkasm_var_scale | ( | CheckasmVar | a, |
| double | s | ||
| ) |
| CheckasmVar checkasm_var_pow | ( | CheckasmVar | a, |
| double | exp | ||
| ) |
Definition at line 41 of file stats.c.
Referenced by checkasm_measurement_result().
| CheckasmVar checkasm_var_add | ( | CheckasmVar | a, |
| CheckasmVar | b | ||
| ) |
| CheckasmVar checkasm_var_sub | ( | CheckasmVar | a, |
| CheckasmVar | b | ||
| ) |
Definition at line 64 of file stats.c.
Referenced by print_bench_iter().
| CheckasmVar checkasm_var_mul | ( | CheckasmVar | a, |
| CheckasmVar | b | ||
| ) |
Definition at line 78 of file stats.c.
Referenced by checkasm_measurement_update(), print_bench_header(), and print_bench_iter().
| CheckasmVar checkasm_var_div | ( | CheckasmVar | a, |
| CheckasmVar | b | ||
| ) |
Definition at line 94 of file stats.c.
Referenced by print_bench_iter(), and print_info().
| CheckasmVar checkasm_var_inv | ( | CheckasmVar | a | ) |
|
inlinestatic |
Definition at line 94 of file stats.h.
Referenced by checkasm_bench_finish(), checkasm_measure_nop_cycles(), checkasm_measure_perf_scale(), and checkasm_run().
|
inlinestatic |
Definition at line 100 of file stats.h.
Referenced by checkasm_bench_update(), checkasm_measure_nop_cycles(), and checkasm_measure_perf_scale().
|
inlinestatic |
Definition at line 108 of file stats.h.
Referenced by checkasm_bench_update(), checkasm_measure_nop_cycles(), and checkasm_measure_perf_scale().
| CheckasmVar checkasm_stats_estimate | ( | const CheckasmStats * | stats | ) |
Definition at line 102 of file stats.c.
Referenced by checkasm_bench_finish(), checkasm_measurement_update(), and json_measurement().
|
inlinestatic |
Definition at line 128 of file stats.h.
Referenced by checkasm_check_key(), and checkasm_run().
|
inlinestatic |
Definition at line 135 of file stats.h.
Referenced by checkasm_bench_finish(), checkasm_measure_nop_cycles(), and checkasm_measure_perf_scale().
|
inlinestatic |
Definition at line 147 of file stats.h.
Referenced by checkasm_run(), json_measurement(), print_bench_header(), print_bench_iter(), and print_info().
1.8.17