Mercurial > repos > public > sbplib
view benchmark.m @ 435:f23b30400f46 feature/grids
Merge default into feature/grid
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 21 Feb 2017 13:16:56 +0100 |
parents | f9a65e62c5e5 |
children |
line wrap: on
line source
function benchmark(func, N) default_arg('N',100); tic profile on for i = 1:N func(); end profile viewer end