Otclient  14/8/2020
stdext::timer Struct Reference

#include <time.h>

Public Member Functions

 timer ()
 
float elapsed_seconds ()
 
ticks_t elapsed_millis ()
 
ticks_t elapsed_micros ()
 
void restart ()
 

Detailed Description

Definition at line 36 of file time.h.

Constructor & Destructor Documentation

◆ timer()

stdext::timer::timer ( )
inline

Definition at line 38 of file time.h.

Here is the call graph for this function:

Member Function Documentation

◆ elapsed_micros()

ticks_t stdext::timer::elapsed_micros ( )
inline

Definition at line 41 of file time.h.

Here is the call graph for this function:

◆ elapsed_millis()

ticks_t stdext::timer::elapsed_millis ( )
inline

Definition at line 40 of file time.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ elapsed_seconds()

float stdext::timer::elapsed_seconds ( )
inline

Definition at line 39 of file time.h.

Here is the call graph for this function:

◆ restart()

void stdext::timer::restart ( )
inline

Definition at line 42 of file time.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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