Sign in
boringssl
/
boringssl
/
c2d40c3c7c4b9ca968606cc18e903f681133384e
/
.
/
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
);
}