|
librfn
An ad-hoc utility library
|
#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | rf_benchmark_t |
| struct | rf_benchmark_results_t |
Functions | |
| void | rf_benchmark_init (rf_benchmark_t *b, uint64_t runtime) |
| bool | rf_benchmark_running (rf_benchmark_t *b) |
| void | rf_benchmark_finalize (rf_benchmark_t *b, uint64_t nominal, rf_benchmark_results_t *r) |
| void | rf_benchmark_results_show (rf_benchmark_results_t *r, const char *tag) |
1.8.10