 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
16#ifndef CXXUTILS_CLOCK_H
17#define CXXUTILS_CLOCK_H
19#if defined (__APPLE__) && __clang_major__ < 12
21#define CLOCK_REALTIME 0
22#define CLOCK_MONOTONIC 1
23#define CLOCK_PROCESS_CPUTIME_ID 2
24#define CLOCK_THREAD_CPUTIME_ID 3
26long clock_gettime (
unsigned int which_clock,
struct timespec *tp);