bencher.plotting.plt_cnt_cfg

Module Contents

Classes

PltCntCfg

Plot Count Config

class bencher.plotting.plt_cnt_cfg.PltCntCfg(**params)

Bases: param.Parameterized

Plot Count Config

float_vars
float_cnt
cat_vars
cat_cnt
vector_len
result_vars
panel_vars
panel_cnt
repeats
inputs_cnt
print_debug
static generate_plt_cnt_cfg(bench_cfg: bencher.bench_cfg.BenchCfg) PltCntCfg

Given a BenchCfg work out how many float and cat variables there are and store in a PltCntCfg class

Parameters:

bench_cfg (BenchCfg) – See BenchCfg definition

Raises:

ValueError – If no plotting procedure could be automatically detected

Returns:

see PltCntCfg definition

Return type:

PltCntCfg

__str__()

Return a short representation of the name and class of this object.