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