codex
bench Namespace Reference

Functions

def main (*args)
 
def parse_args (argv)
 
def exec_test (args, names, env=None)
 
def size (x)
 
def label (x)
 
def duration (x)
 
def trimmed_test (suffix, x)
 
def trimmed_label (suffix, x)
 
def remove_suffix (suffix, s)
 
def zip_n (l, n)
 
def flatten (l)
 
def plot_tests (title, data, suffix, n, row)
 

Variables

string SIZES
 

Function Documentation

◆ duration()

def bench.duration (   x)

◆ exec_test()

def bench.exec_test (   args,
  names,
  env = None 
)
Here is the caller graph for this function:

◆ flatten()

def bench.flatten (   l)
Here is the caller graph for this function:

◆ label()

def bench.label (   x)
Here is the call graph for this function:

◆ main()

def bench.main ( args)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ parse_args()

def bench.parse_args (   argv)
Here is the caller graph for this function:

◆ plot_tests()

def bench.plot_tests (   title,
  data,
  suffix,
  n,
  row 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ remove_suffix()

def bench.remove_suffix (   suffix,
  s 
)
Here is the caller graph for this function:

◆ size()

def bench.size (   x)
Here is the caller graph for this function:

◆ trimmed_label()

def bench.trimmed_label (   suffix,
  x 
)
Here is the call graph for this function:

◆ trimmed_test()

def bench.trimmed_test (   suffix,
  x 
)
Here is the call graph for this function:

◆ zip_n()

def bench.zip_n (   l,
  n 
)
Here is the caller graph for this function:

Variable Documentation

◆ SIZES

string bench.SIZES
Initial value:
1= ','.join(
2 ','.join((str(2 ** x), f'2^{x}'))
3 for x in range(20, 31, 5))
#define str(x)
Definition: 5.c:1
#define join(x, y)
Definition: std0.c:4