:orphan: .. index:: pair: struct; te_stopwatch_t .. _doxid-structte__stopwatch__t: struct te_stopwatch_t ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Stopwatch context :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_stopwatch_t { // fields bool :ref:`is_running`; struct timeval :ref:`start`; }; .. _details-structte__stopwatch__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Stopwatch context Fields ------ .. index:: pair: variable; is_running .. _doxid-structte__stopwatch__t_1a71c7548e1ca0fd6bd319c7c4ba79eb44: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_running Whether it is in progress or not .. index:: pair: variable; start .. _doxid-structte__stopwatch__t_1a2ed045c1d098a6fe37ad8299e5ff2f50: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct timeval start Stopwatch start timestamp