T-EMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Time.h
Go to the documentation of this file.
1 //===-- temu-c/Support/Time.h - Portable Timers -----------------*- C++ -*-===//
2 //
3 // T-EMU: The Terma Emulator
4 // (c) Terma 2015
5 // Authors: Mattias Holm <maho@terma.com>
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef TEMU_SUPPORT_TIME
10 #define TEMU_SUPPORT_TIME
11 
12 #include <stdint.h>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
38 uint64_t temu_timeGetMonotonicWct(void);
39 uint64_t temu_timeGetThreadWct(void);
40 
41 uint64_t temu_timeGetCurrentSrtNanos(void *Obj);
42 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif /* ! TEMU_SUPPORT_TIME */
uint64_t temu_timeGetMonotonicWct(void)
uint64_t temu_timeGetCurrentSrtNanos(void *Obj)
uint64_t temu_timeGetThreadWct(void)