:orphan: .. index:: pair: struct; tapi_memaslap_lat_stats .. _doxid-structtapi__memaslap__lat__stats: struct tapi_memaslap_lat_stats ============================== .. toctree:: :hidden: Overview ~~~~~~~~ memaslap per-category latency statistics (Get/Set/Total). :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_memaslap_lat_stats { // fields long long int :ref:`events`; long long int :ref:`min`; long long int :ref:`max`; long long int :ref:`avg`; double :ref:`geo`; double :ref:`std`; }; .. _details-structtapi__memaslap__lat__stats: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ memaslap per-category latency statistics (Get/Set/Total). Fields ------ .. index:: pair: variable; events .. _doxid-structtapi__memaslap__lat__stats_1a29877e7b455f7eb58d35cfd1e8bb0efd: .. ref-code-block:: cpp :class: doxyrest-title-code-block long long int events Number of events the statistics were collected for. .. index:: pair: variable; min .. _doxid-structtapi__memaslap__lat__stats_1a057b087a12353284e95ee144454ef028: .. ref-code-block:: cpp :class: doxyrest-title-code-block long long int min Minimum latency, usec. .. index:: pair: variable; max .. _doxid-structtapi__memaslap__lat__stats_1aac98a84ac7adee07849b270f3e504c4e: .. ref-code-block:: cpp :class: doxyrest-title-code-block long long int max Maximum latency, usec. .. index:: pair: variable; avg .. _doxid-structtapi__memaslap__lat__stats_1a90ec7d4df2a4e5f45e866e3fd0a3ef42: .. ref-code-block:: cpp :class: doxyrest-title-code-block long long int avg Average latency, usec. .. index:: pair: variable; geo .. _doxid-structtapi__memaslap__lat__stats_1a87e83506015954d818feefc860d185bd: .. ref-code-block:: cpp :class: doxyrest-title-code-block double geo Geometric mean latency, usec. .. index:: pair: variable; std .. _doxid-structtapi__memaslap__lat__stats_1a5c033d644e2ff5f2ef5f52332c846649: .. ref-code-block:: cpp :class: doxyrest-title-code-block double std Latency standard deviation, usec.