#include "../../sr_module.h"


Go to the source code of this file.
Data Structures | |
| struct | bm_binds |
Typedefs | |
| typedef int(* | bm_log_timer_f )(unsigned int id) |
| typedef int(* | bm_register_timer_f )(char *tname, int mode, unsigned int *id) |
| typedef int(* | bm_start_timer_f )(unsigned int id) |
| typedef int(* | load_bm_f )(struct bm_binds *bmb) |
Functions | |
| int | load_bm (struct bm_binds *bmb) |
| API Binding. | |
| static int | load_bm_api (struct bm_binds *bmb) |
Definition in file benchmark_api.h.
| typedef int(* bm_log_timer_f)(unsigned int id) |
Definition at line 43 of file benchmark_api.h.
| typedef int(* bm_register_timer_f)(char *tname, int mode, unsigned int *id) |
Definition at line 41 of file benchmark_api.h.
| typedef int(* bm_start_timer_f)(unsigned int id) |
Definition at line 42 of file benchmark_api.h.
Definition at line 51 of file benchmark_api.h.
| int load_bm | ( | struct bm_binds * | bmb | ) |
API Binding.
Definition at line 443 of file benchmark.c.
References _bm_log_timer(), _bm_register_timer(), _bm_start_timer(), bm_binds::bm_log, bm_binds::bm_register, bm_binds::bm_start, and NULL.
Referenced by load_bm_api().
| static int load_bm_api | ( | struct bm_binds * | bmb | ) | [inline, static] |
1.5.6