:orphan: .. index:: pair: struct; tapi_fio_app .. _doxid-structtapi__fio__app: struct tapi_fio_app =================== .. toctree:: :hidden: Overview ~~~~~~~~ FIO tool context. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_fio_app { // fields :ref:`tapi_job_factory_t`* :ref:`factory`; :ref:`te_string` :target:`path`; bool :ref:`running`; :ref:`tapi_job_t`* :ref:`job`; :ref:`tapi_job_channel_t`* :ref:`out_chs`[2]; :ref:`tapi_fio_opts` :ref:`opts`; :ref:`te_vec` :ref:`args`; }; .. _details-structtapi__fio__app: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ FIO tool context. Based on :ref:`tapi_perf_app ` Fields ------ .. index:: pair: variable; factory .. _doxid-structtapi__fio__app_1ad3d59ed8f03d4f5be68220591ca557c0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_factory_t`* factory Factory to create the job .. index:: pair: variable; running .. _doxid-structtapi__fio__app_1a00951995d1c6ab6ec5e9c9e198ae7d8d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool running Path to fio tool Is the app running .. index:: pair: variable; job .. _doxid-structtapi__fio__app_1a1ef464ec1ea5db12bb78fcb349ddc465: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_t`* job TAPI job handle .. index:: pair: variable; out_chs .. _doxid-structtapi__fio__app_1ac1fd039a3696e370be1901fb027066ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* out_chs[2] Output channel handles .. index:: pair: variable; opts .. _doxid-structtapi__fio__app_1a1f5e444d686a338b3a5b293a0424b3b2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_fio_opts` opts Tool's options .. index:: pair: variable; args .. _doxid-structtapi__fio__app_1ad40d9de8e5d60f34bb4e583abd28a1e2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_vec` args Arguments that are used when running the tool