:orphan: .. index:: pair: struct; tapi_memtier_app .. _doxid-structtapi__memtier__app: struct tapi_memtier_app ======================= .. toctree:: :hidden: Overview ~~~~~~~~ memtier_benchmark tool information :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_memtier_app { // fields :ref:`tapi_job_t`* :ref:`job`; :ref:`tapi_job_channel_t`* :ref:`out_chs`[2]; :ref:`te_vec` :ref:`cmd`; :ref:`tapi_job_channel_t`* :ref:`stats_filter`; }; .. _details-structtapi__memtier__app: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ memtier_benchmark tool information Fields ------ .. index:: pair: variable; job .. _doxid-structtapi__memtier__app_1a67ad234b87b08b98d6b22de02c08523e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_t`* job TAPI job handle .. index:: pair: variable; out_chs .. _doxid-structtapi__memtier__app_1a9aea51d5d70b2f59212e6a6a1d9de899: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* out_chs[2] Output channel handles: one for stdout, second for stderr .. index:: pair: variable; cmd .. _doxid-structtapi__memtier__app_1a11838bd5aa7ca8fc06888a62f6ba8368: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_vec` cmd Command line used to start the memtier job .. index:: pair: variable; stats_filter .. _doxid-structtapi__memtier__app_1a9b5f8cdab7a0023909978c0385b631dd: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* stats_filter Filter used to extract some statistics from stdout