Mercurial > repos > public > sbplib
view prof.m @ 972:104f0af001e0 feature/poroelastic
Clean up Elastic2dVariable.interfaceStandard
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 25 Dec 2018 08:33:35 +0100 |
parents | cb65c81d6c87 |
children |
line wrap: on
line source
function prof(f) profile on try f(); profile viewer catch e fprintf(2, '\n%s', getReport(e)); profile clear end end