hptime.h File Reference

Portable abstraction for high-resolution time handling (interface). More...

#include <stdint.h>

Go to the source code of this file.


Typedefs

typedef int64_t hptime_t
 Type for "high precision absolute time".

Functions

hptime_t hptime_get (void)
 Return the current time with the maximum precision made available from the hosting OS.

Detailed Description

Portable abstraction for high-resolution time handling (interface).

Author:
Bernie Innocenti <bernie@codewiz.org>

Definition in file hptime.h.


Typedef Documentation

typedef int64_t hptime_t

Type for "high precision absolute time".

Definition at line 65 of file hptime.h.