Sign in
llvm
/
libcxx
/
df2f36590d41aa6aa1fc8697f5bcdd5b3173b351
/
.
/
utils
/
google-benchmark
/
cmake
/
steady_clock.cpp
blob: 66d50d17e9e61f32cbe1df801906a5b8052ce279 [
file
] [
log
] [
blame
]
#include
<chrono>
int
main
()
{
typedef
std
::
chrono
::
steady_clock
Clock
;
Clock
::
time_point tp
=
Clock
::
now
();
((
void
)
tp
);
}