Mercurial > repos > public > sbplib
view benchmark.m @ 637:eead18a8964d feature/d1_staggered
Rename +- grids primal and dual grids
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 08 Nov 2017 10:56:09 -0800 |
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