Go to the source code of this file.
Namespaces | |
run_microbenchmark | |
Functions | |
def | run_microbenchmark._bazel_build_benchmark (bm_name, cfg) |
def | run_microbenchmark.collect_latency (bm_name, args) |
def | run_microbenchmark.collect_perf (bm_name, args) |
def | run_microbenchmark.collect_summary (bm_name, args) |
def | run_microbenchmark.fnize (s) |
def | run_microbenchmark.heading (name) |
def | run_microbenchmark.link (txt, tgt) |
def | run_microbenchmark.run_summary (bm_name, cfg, base_json_name) |
def | run_microbenchmark.text (txt) |
Variables | |
run_microbenchmark.argp = argparse.ArgumentParser(description='Collect data from microbenchmarks') | |
run_microbenchmark.args = argp.parse_args() | |
run_microbenchmark.choices | |
dictionary | run_microbenchmark.collectors |
run_microbenchmark.default | |
run_microbenchmark.flamegraph_dir = os.path.join(os.path.expanduser('~'), 'FlameGraph') | |
run_microbenchmark.help | |
string | run_microbenchmark.index_html |
run_microbenchmark.nargs | |
run_microbenchmark.type | |