Sign in
android
/
platform
/
external
/
google-benchmark
/
0e4ca028ebc5d05a839161a356908875279dc6e9
/
.
/
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
);
}