Mercurial > repos > public > sbplib
view benchmark.m @ 644:dc2918fb104d feature/d1_staggered
Switch to staggered-upwind staggered operators in Staggered1DAcoustics scheme.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 13 Nov 2017 11:49:49 -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