Sign in
pigweed
/
third_party
/
github
/
google
/
benchmark
/
8abf1e701fbd88c8170f48fe0558247e2e5f8e7d
/
.
/
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
);
}