Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzs_tick_highresolution.h File Reference

Provides relative time in microseconds from the system. More...

Functions

KZ_HEADER_BEGIN kzU64 kzsTimeGetCurrentTimeMicroseconds (void)
 Returns current time from the system in microseconds. More...
 

Detailed Description

Provides relative time in microseconds from the system.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

KZ_HEADER_BEGIN kzU64 kzsTimeGetCurrentTimeMicroseconds ( void  )

Returns current time from the system in microseconds.

Values should be only used relative to each other because starting time is not specified.