rics.performance.types#
Types used by the framework.
Module Attributes
A type of data accepted by candidate functions. |
|
A function |
|
A result set on the form |
|
Argument types for a |
|
A function |
- class DataType#
A type of data accepted by candidate functions.
alias of TypeVar(‘DataType’)
- CandFunc#
A function
(DataType) -> Anyunder test. The return value is ignored.
- ResultsDict#
A result set on the form
{candidate_label: {data_label: [runtime, ...]}}.