diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-05 20:00:25 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-05 20:00:25 +1000 |
| commit | df61c616e7e639d5782599c65de44464c2c50367 (patch) | |
| tree | 3be3d0dd5e63da66a96cceb4979289d19b49be3e /bench/bench.h | |
| parent | c181cad8fb6d779d2ca01e6870501e82384f8e82 (diff) | |
refactor(bench): convert ff_bench from return-by-value to pointer API
Diffstat (limited to 'bench/bench.h')
| -rw-r--r-- | bench/bench.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/bench.h b/bench/bench.h index 6e31623..9496df9 100644 --- a/bench/bench.h +++ b/bench/bench.h @@ -6,6 +6,8 @@ #define FF_BENCH_MAX_MARKERS 32 +typedef struct ff_ctx ff_ctx; + typedef struct { const char *label; clock_t tick; |
