xref: /aosp_15_r20/external/google-benchmark/tools/gbench/__init__.py (revision dbb99499c3810fa1611fa2242a2fc446be01a57c)
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__ = []  # type: ignore
9