All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzs_tick.h File Reference

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

Functions

KZ_HEADER_BEGIN KANZI_API kzUint kzsTimeGetCurrentTimestamp (void)
 Returns current time from the system in milliseconds. More...
 

Detailed Description

Provides relative time in milliseconds from the system.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

KZ_HEADER_BEGIN KANZI_API kzUint kzsTimeGetCurrentTimestamp ( void  )

Returns current time from the system in milliseconds.

The returned value is guaranteed to be monotonic. Values should be only used relative to each other because starting time is not specified.