| Index: third_party/google_benchmark/tools/gbench/__init__.py
|
| diff --git a/third_party/google_benchmark/tools/gbench/__init__.py b/third_party/google_benchmark/tools/gbench/__init__.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fce1a1acfbb33452050cdb94b677461c2f9ef399
|
| --- /dev/null
|
| +++ b/third_party/google_benchmark/tools/gbench/__init__.py
|
| @@ -0,0 +1,8 @@
|
| +"""Google Benchmark tooling"""
|
| +
|
| +__author__ = 'Eric Fiselier'
|
| +__email__ = 'eric@efcs.ca'
|
| +__versioninfo__ = (0, 5, 0)
|
| +__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
|
| +
|
| +__all__ = []
|
|
|