repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis][NFC] Improve parsing of the YAML files
[llvm-core.git]
/
utils
/
benchmark
/
tools
/
gbench
/
__init__.py
blob
fce1a1acfbb33452050cdb94b677461c2f9ef399
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__
= []