Main Content
coder.performance.Benchmarkable
Description
A Benchmarkable
object contains input and output information of
generated code that you can use for rerunning coder.timeit
without regenerating code. It is useful for measuring execution times across multiple input
sets.
To create a coder.performance.Benchmarkable
object, use the
coder.timeit
function.
Properties
Object Functions
run | Measure execution time of function without regenerating code |
Examples
Version History
Introduced in R2024b