struct tapi_fio_methods
Overview
Methods to operate FIO test tool. More…
#include <tapi_fio.h> struct tapi_fio_methods { // fields tapi_fio_method_start start; tapi_fio_method_stop stop; tapi_fio_method_wait wait; tapi_fio_method_get_report get_report; };
Detailed Documentation
Methods to operate FIO test tool.
Fields
tapi_fio_method_start start
Method to start
tapi_fio_method_stop stop
Method to stop
tapi_fio_method_wait wait
Method to wait
tapi_fio_method_get_report get_report
Method to get report