Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Time Namespace Reference

Absolute, relative time and high frequency counter. More...

Classes

struct  Absolute
 Absolute time represented with milliseconds since epoch. More...
 
struct  HighResolutionCounter
 An high resolution time counter. More...
 
struct  Milliseconds
 Type-safe wrapper of uint64 used to represent milliseconds. More...
 
struct  Relative
 Interval of time represented with 64 bit double precision float. More...
 
struct  Seconds
 Type-safe wrapper of uint64 used to represent seconds. More...
 

Detailed Description

Absolute, relative time and high frequency counter.