|
ContainerTracer
0.1
|
This structure contains the driver's command set. More...
#include <generic.h>

Data Fields | |
| int(* | runner )(void) |
| int(* | get_interval )(const char *key, char *buffer) |
| int(* | get_total )(const char *key, char *buffer) |
| void(* | free )(void) |
This structure contains the driver's command set.
| void(* generic_driver_op::free) (void) |
Deallocation of driver's dynamic allocated resources.
| int(* generic_driver_op::get_interval) (const char *key, char *buffer) |
Get execution-time result.
| int(* generic_driver_op::get_total) (const char *key, char *buffer) |
Get end-time result.
| int(* generic_driver_op::runner) (void) |
Run the benchmark program.
1.8.13