benchbuild.cli.log module

Analyze the BB database.

class benchbuild.cli.log.BenchBuildLog(executable)[source]

Bases: plumbum.cli.application.Application

Frontend command to the benchbuild database.

experiment(experiments)[source]

Set the experiments to fetch the log for.

experiment_ids(experiment_ids)[source]

Set the experiment ids to fetch the log for.

log_type(types)[source]

Set the output types to print.

main(*projects)[source]

Run the log command.

project_ids(project_ids)[source]

Set the project ids to fetch the log for.

benchbuild.cli.log.print_logs(query, types=None)[source]

Print status logs.

benchbuild.cli.log.print_runs(query)[source]

Print all rows in this result query.