Mercurial > repos > public > sbplib
view benchmark.m @ 789:1a6095bed6d6 bcSetupExperiment
Change to using structs for storing data functions and penalties
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 24 Jul 2018 16:53:35 -0700 |
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