repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Fix for MVE VPT block pass
[llvm-complete.git]
/
utils
/
benchmark
/
cmake
/
steady_clock.cpp
blob
66d50d17e9e61f32cbe1df801906a5b8052ce279
1
#include <chrono>
2
3
int
main
() {
4
typedef std
::
chrono
::
steady_clock Clock
;
5
Clock
::
time_point tp
=
Clock
::
now
();
6
((
void
)
tp
);
7
}