xref: /aosp_15_r20/external/libcxx/utils/google-benchmark/tools/gbench/__init__.py (revision 58b9f456b02922dfdb1fad8a988d5fd8765ecb80)
1"""Google Benchmark tooling"""
2
3__author__ = 'Eric Fiselier'
4__email__ = '[email protected]'
5__versioninfo__ = (0, 5, 0)
6__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
7
8__all__ = []
9