PTWM
cli

ptwm.cli.bench

CLI for ptwm bench.

ptwm.cli.bench

CLI for ptwm bench.

pymodule

ptwm.cli.bench

python/ptwm/cli/bench.py:1
module ptwm.cli.bench

CLI for ptwm bench.

pyfunction

ptwm.cli.bench.add_bench_parser

python/ptwm/cli/bench.py:14
def add_bench_parser(subparsers: argparse._SubParsersAction) -> argparse.ArgumentParser

Register the ``bench`` sub-command.

pyfunction

ptwm.cli.bench.cmd_bench_attribute

python/ptwm/cli/bench.py:122
def cmd_bench_attribute(args: argparse.Namespace) -> int

Execute ``ptwm bench attribute``.

pyfunction

ptwm.cli.bench.cmd_bench_compare

python/ptwm/cli/bench.py:106
def cmd_bench_compare(args: argparse.Namespace) -> int

Execute ``ptwm bench compare``.

pyfunction

ptwm.cli.bench.cmd_bench_compress

python/ptwm/cli/bench.py:91
def cmd_bench_compress(args: argparse.Namespace) -> int

Execute ``ptwm bench compress``.

pyfunction

ptwm.cli.bench.cmd_bench_replay

python/ptwm/cli/bench.py:147
def cmd_bench_replay(args: argparse.Namespace) -> int

Execute ``ptwm bench replay``.