Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: third_party/google_benchmark/tools/gbench/__init__.py

Issue 2865663003: Adding Google benchmarking library. (Closed)
Patch Set: Sketch. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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__ = []
« no previous file with comments | « third_party/google_benchmark/tools/gbench/Inputs/test1_run2.json ('k') | third_party/google_benchmark/tools/gbench/report.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698