benchmark
The package contains code used to benchmark speed of Octave.
Select category:
benchmark_default_arg (name, value) set argument to a default value.
function benchutil_initialize (mfname) initializes a benchmark.
function benchutil_is_octave () returns true if this is Octave.
function [bench_desc, arg_desc, result_desc] = benchutil_parse_desc (mpath) parse the inline comment description from a benchmark
benchutil_set_result
Not implemented.
function OLD_FLAG = benchutil_verbose (NEW_FLAG) sets or queries the benchmark verbosity flag
function benchmark_dtmm (m, n, nvec) description: Dense transposed matrix-matrix and matrix-vector multiplication benchmark.
function benchmark_stmm (n, nvec) description: Sparse transposed matrix-vector multiplication benchmark.