Classes | |
class | Options |
Public Member Functions | |
def | __getattr__ (self, builder_name) |
def | make (cls, func_or_options) |
A stateless class to collect benchmark options. Collect all decorator calls like @option.range(start=0, limit=1<<5).
Definition at line 72 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
def google_benchmark.__OptionMaker.__getattr__ | ( | self, | |
builder_name | |||
) |
Append option call in the Options.
Definition at line 92 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.
def google_benchmark.__OptionMaker.make | ( | cls, | |
func_or_options | |||
) |
Make Options from Options or the benchmarked function.
Definition at line 86 of file third_party/benchmark/bindings/python/google_benchmark/__init__.py.