ContainerTracer  0.1
Data Fields
generic_driver_op Struct Reference

This structure contains the driver's command set. More...

#include <generic.h>

Collaboration diagram for generic_driver_op:
Collaboration graph

Data Fields

int(* runner )(void)
 
int(* get_interval )(const char *key, char *buffer)
 
int(* get_total )(const char *key, char *buffer)
 
void(* free )(void)
 

Detailed Description

This structure contains the driver's command set.

Field Documentation

◆ free

void(* generic_driver_op::free) (void)

Deallocation of driver's dynamic allocated resources.

◆ get_interval

int(* generic_driver_op::get_interval) (const char *key, char *buffer)

Get execution-time result.

◆ get_total

int(* generic_driver_op::get_total) (const char *key, char *buffer)

Get end-time result.

◆ runner

int(* generic_driver_op::runner) (void)

Run the benchmark program.


The documentation for this struct was generated from the following file: