PatchworkOS
Loading...
Searching...
No Matches
clock_t.h File Reference

Go to the source code of this file.

Macros

#define CLOCKS_PER_SEC   ((clock_t)1000000000ULL)
 
#define CLOCKS_NEVER   ((clock_t)__UINT64_MAX__)
 

Typedefs

typedef __UINT64_TYPE__ clock_t
 A nanosecond time.
 

Macro Definition Documentation

◆ CLOCKS_NEVER

#define CLOCKS_NEVER   ((clock_t)__UINT64_MAX__)

Definition at line 16 of file clock_t.h.

◆ CLOCKS_PER_SEC

#define CLOCKS_PER_SEC   ((clock_t)1000000000ULL)

Definition at line 15 of file clock_t.h.