Mercurial > repos > public > sbplib
view benchmark.m @ 1049:0c504a21432d feature/getBoundaryOp
Add getBoundaryQuadrature to all 1d diffOps
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 22 Jan 2019 11:17:28 -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