repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
third-party
/
benchmark
/
tools
/
gbench
/
__init__.py
blob
ffca396b4c3f244e3ce334543cd787362a26b089
1
"""Google Benchmark tooling"""
2
3
__author__
=
"Eric Fiselier"
4
__email__
=
"eric@efcs.ca"
5
__versioninfo__
= (
0
,
5
,
0
)
6
__version__
=
"."
.
join
(
str
(
v
)
for
v
in
__versioninfo__
) +
"dev"
7
8
__all__
= []