Navigation

Operators and Keywords

Function List:

C++ API

benchmark

The package contains code used to benchmark speed of Octave.

Select category:

Utility

benchutil_default_arg
benchmark_default_arg (name, value) set argument to a default value.
benchutil_initialize
function benchutil_initialize (mfname) initializes a benchmark.
benchutil_is_octave
function benchutil_is_octave () returns true if this is Octave.
benchutil_parse_desc
function [bench_desc, arg_desc, result_desc] = benchutil_parse_desc (mpath) parse the inline comment description from a benchmark
benchutil_set_result
Not implemented.
benchutil_verbose
function OLD_FLAG = benchutil_verbose (NEW_FLAG) sets or queries the benchmark verbosity flag

Benchmarks

benchmark_dtmm
function benchmark_dtmm (m, n, nvec) description: Dense transposed matrix-matrix and matrix-vector multiplication benchmark.
benchmark_stmm
function benchmark_stmm (n, nvec) description: Sparse transposed matrix-vector multiplication benchmark.