Classes | |
class | Benchmark |
Functions | |
def | init (filename) |
def | parse_from_benchmark () |
def | run_one_test (filename) |
def | serialize_to_benchmark () |
Variables | |
action | |
args = parser.parse_args() | |
const | |
default | |
dest | |
help | |
metavar | |
nargs | |
parser = argparse.ArgumentParser(description="Python protobuf benchmark") | |
list | results = [] |
def benchmarks.python.py_benchmark.init | ( | filename | ) |
Definition at line 67 of file py_benchmark.py.
def benchmarks.python.py_benchmark.parse_from_benchmark | ( | ) |
Definition at line 96 of file py_benchmark.py.
def benchmarks.python.py_benchmark.run_one_test | ( | filename | ) |
Definition at line 43 of file py_benchmark.py.
def benchmarks.python.py_benchmark.serialize_to_benchmark | ( | ) |
Definition at line 102 of file py_benchmark.py.
benchmarks.python.py_benchmark.action |
Definition at line 13 of file py_benchmark.py.
benchmarks.python.py_benchmark.args = parser.parse_args() |
Definition at line 24 of file py_benchmark.py.
benchmarks.python.py_benchmark.const |
Definition at line 14 of file py_benchmark.py.
benchmarks.python.py_benchmark.default |
Definition at line 14 of file py_benchmark.py.
benchmarks.python.py_benchmark.dest |
Definition at line 13 of file py_benchmark.py.
benchmarks.python.py_benchmark.help |
Definition at line 12 of file py_benchmark.py.
benchmarks.python.py_benchmark.metavar |
Definition at line 11 of file py_benchmark.py.
benchmarks.python.py_benchmark.nargs |
Definition at line 11 of file py_benchmark.py.
benchmarks.python.py_benchmark.parser = argparse.ArgumentParser(description="Python protobuf benchmark") |
Definition at line 10 of file py_benchmark.py.
list benchmarks.python.py_benchmark.results = [] |
Definition at line 145 of file py_benchmark.py.