Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcStopwatch Struct Reference

Stopwatch structure to time spans. More...

#include <kzc_stopwatch.h>

Data Fields

kzUint start_private
 Start time of span. More...
 
kzUint stop_private
 End time of span. More...
 
kzUint duration_private
 Duration of span. More...
 
kzUint deltaPrevious_private
 Delta-time for micro-timings. More...
 
enum KzcStopwatchState state_private
 Stopwatch state. More...
 

Detailed Description

Stopwatch structure to time spans.

Field Documentation

kzUint KzcStopwatch::start_private

Start time of span.

kzUint KzcStopwatch::stop_private

End time of span.

kzUint KzcStopwatch::duration_private

Duration of span.

kzUint KzcStopwatch::deltaPrevious_private

Delta-time for micro-timings.

enum KzcStopwatchState KzcStopwatch::state_private

Stopwatch state.


The documentation for this struct was generated from the following file: