:orphan: .. index:: pair: struct; tapi_sfnt_pp_report .. _doxid-structtapi__sfnt__pp__report: struct tapi_sfnt_pp_report ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Struct for storage report for one size value. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_sfnt_pp_report { // fields unsigned int :ref:`size`; unsigned int :ref:`mean`; unsigned int :ref:`min`; unsigned int :ref:`max`; unsigned int :ref:`median`; unsigned int :ref:`percentile`; unsigned int :ref:`stddev`; }; .. _details-structtapi__sfnt__pp__report: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Struct for storage report for one size value. The output of sfnt-pingpong in the form of a table: size mean min median max ile stddev iter 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 So this structure stores the values of a single row. Fields ------ .. index:: pair: variable; size .. _doxid-structtapi__sfnt__pp__report_1a965033d73a1c830258f3454c909af4dd: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int size payload size .. index:: pair: variable; mean .. _doxid-structtapi__sfnt__pp__report_1a851bce566c2496d4882ae4496e78899d: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int mean mean latency (nanoseconds) .. index:: pair: variable; min .. _doxid-structtapi__sfnt__pp__report_1a9c2ccb1c693e7fb5838eb358a51b9638: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int min minimum latency (nanoseconds) .. index:: pair: variable; max .. _doxid-structtapi__sfnt__pp__report_1ab833dec6c2d74d3838adfa821eee1505: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int max maximum latency (nanoseconds) .. index:: pair: variable; median .. _doxid-structtapi__sfnt__pp__report_1ab7c6a4198e9953448ada4e89e667e0ff: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int median median latency (nanoseconds) .. index:: pair: variable; percentile .. _doxid-structtapi__sfnt__pp__report_1ad7d2671bc62cad252c3aa66b33536960: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int percentile 99% percentile .. index:: pair: variable; stddev .. _doxid-structtapi__sfnt__pp__report_1aa042a797a31dcbcc58629cdfec7104e5: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int stddev standard deviation