Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_libcxx
/
c74f1b6bac57b626e541b471d40de4691fa2c8e4
/
.
/
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
);
}