xref: /third_party/benchmark/tools/gbench/__init__.py (revision a8c51b3f)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/benchmark/tools/gbench/
1a8c51b3fSopenharmony_ci"""Google Benchmark tooling"""
2a8c51b3fSopenharmony_ci
3a8c51b3fSopenharmony_ci__author__ = 'Eric Fiselier'
4a8c51b3fSopenharmony_ci__email__ = 'eric@efcs.ca'
5a8c51b3fSopenharmony_ci__versioninfo__ = (0, 5, 0)
6a8c51b3fSopenharmony_ci__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
7a8c51b3fSopenharmony_ci
8a8c51b3fSopenharmony_ci__all__ = []
9

Indexes created Thu Nov 07 10:32:03 CST 2024