Mercurial > repos > public > sbplib
view benchmark.m @ 919:e30aaa4a3e09 feature/poroelastic
Bugfix in Elastic2dVariable.get_boundary_ops
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 28 Nov 2018 14:04:31 -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