Mercurial > repos > public > sbplib
view benchmark.m @ 596:4bb298faa8dc feature/better_multiblock_defs
Add more boundary groups in Rectangle. Bugfix in boundaryGroups.all.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 26 Sep 2017 13:28:12 -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