Namespaces | |
| example | |
Classes | |
| class | __OptionMaker |
Functions | |
| def | _flags_parser (argv) |
| def | _run_benchmarks (argv) |
| def | main (argv=None) |
| def | register (undefined=None, *name=None) |
Variables | |
| list | __all__ |
| string | __version__ = "0.2.0" |
| initialize = _benchmark.Initialize | |
| option = __OptionMaker() | |
| run_benchmarks = _benchmark.RunSpecifiedBenchmarks | |
|
private |
Definition at line 141 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
|
private |
Definition at line 146 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
| def google_benchmark.main | ( | argv = None | ) |
Definition at line 152 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
| def google_benchmark.register | ( | undefined = None, |
|
| * | name = None |
||
| ) |
Register function for benchmarking.
Definition at line 118 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
|
private |
Definition at line 50 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
|
private |
Definition at line 69 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
| google_benchmark.initialize = _benchmark.Initialize |
Definition at line 157 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
| google_benchmark.option = __OptionMaker() |
Definition at line 115 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
| google_benchmark.run_benchmarks = _benchmark.RunSpecifiedBenchmarks |
Definition at line 158 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.