1 //===----------------------------------------------------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
17 typedef std::chrono::nanoseconds duration
;
18 typedef duration::rep rep
;
19 typedef duration::period period
;
20 typedef std::chrono::time_point
<Clock
, duration
> time_point
;
21 static const bool is_steady
= false;
23 static time_point
now();