Sign in
boringssl
/
boringssl.git
/
e375c29c6bda4e85d1fd16f4991fa1429d263635
/
.
/
third_party
/
benchmark
/
cmake
/
steady_clock.cpp
blob: 66d50d17e9e61f32cbe1df801906a5b8052ce279 [
file
]
#include
<chrono>
int
main
()
{
typedef
std
::
chrono
::
steady_clock
Clock
;
Clock
::
time_point tp
=
Clock
::
now
();
((
void
)
tp
);
}