File: __init__.py

package info (click to toggle)
benchmark 1.9.5-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,820 kB
  • sloc: cpp: 14,339; python: 2,399; ansic: 38; sh: 28; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
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__ = []  # type: ignore