Sign in
◑
Theme
boringssl
/
boringssl.git
/
b45fb3b2d6e1d0b15c0ac67589b833d3aa36c3a9
/
.
/
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
);
}