codex
Loading...
Searching...
No Matches
bench Namespace Reference

Functions

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

Variables

str SIZES
 

Function Documentation

◆ duration()

bench.duration ( x)

◆ exec_test()

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

◆ flatten()

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

◆ label()

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

◆ main()

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

◆ parse_args()

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

◆ plot_tests()

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()

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

◆ size()

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

◆ trimmed_label()

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

◆ trimmed_test()

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

◆ zip_n()

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

Variable Documentation

◆ SIZES

str 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