Mercurial > repos > public > sbplib
view benchmark.m @ 688:eb2f9233acc3 feature/poroelastic
Add scheme Heat2dVariable
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 12 Feb 2018 13:39:39 -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