:orphan: .. index:: pair: struct; rgt_statistics .. _doxid-structrgt__statistics: struct rgt_statistics ===================== .. toctree:: :hidden: Overview ~~~~~~~~ The structure keeps statistic on processing raw log file :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_statistics { // fields uint32_t :ref:`n_logs`; uint32_t :ref:`n_test_pass`; uint32_t :ref:`n_test_fail`; uint32_t :ref:`n_pkg_pass`; uint32_t :ref:`n_pkg_fail`; uint32_t :ref:`n_sess_pass`; uint32_t :ref:`n_sess_fail`; uint32_t :ref:`log_start`[2]; uint32_t :ref:`log_end`[2]; uint16_t :ref:`n_files`; uint16_t :ref:`n_mem`; }; .. _details-structrgt__statistics: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The structure keeps statistic on processing raw log file Fields ------ .. index:: pair: variable; n_logs .. _doxid-structrgt__statistics_1a422e3bc4a80b6115ada0a416a08ce0b4: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_logs Total number of log messages .. index:: pair: variable; n_test_pass .. _doxid-structrgt__statistics_1a940af3a2a058dfd715c3631c8ba87bde: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_test_pass Total number of passed tests .. index:: pair: variable; n_test_fail .. _doxid-structrgt__statistics_1a2d856f1f9d09e79e9e8743d2962649f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_test_fail Total number of failed tests .. index:: pair: variable; n_pkg_pass .. _doxid-structrgt__statistics_1a5e5a288682954745420cf89b7a7dbb25: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_pkg_pass Total number of passed packages .. index:: pair: variable; n_pkg_fail .. _doxid-structrgt__statistics_1a713e8315a38086d9c01eaabaffb946a1: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_pkg_fail Total number of failed packages .. index:: pair: variable; n_sess_pass .. _doxid-structrgt__statistics_1a39ba50a51f3b97fe40074812b711aa3c: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_sess_pass Total number of passed sessions .. index:: pair: variable; n_sess_fail .. _doxid-structrgt__statistics_1ae1eae9c968b7d7748585ec35c468e81f: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t n_sess_fail Total number of failed sessions .. index:: pair: variable; log_start .. _doxid-structrgt__statistics_1a50bc2bf0b50b05510533e0bd6c6b0bbb: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t log_start[2] The timestamp value of the oldest message .. index:: pair: variable; log_end .. _doxid-structrgt__statistics_1aaa6b8c26e78b89eceb9757254159f30a: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t log_end[2] The timestamp value of the most recent message .. index:: pair: variable; n_files .. _doxid-structrgt__statistics_1a16bc81f2c20f1bb0087faeab747d1e3d: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t n_files Total number of files logged .. index:: pair: variable; n_mem .. _doxid-structrgt__statistics_1a5922122f10e5576081913193c7e13eff: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t n_mem Total number of memory dumps logged