Mercurial > repos > public > sbplib
view prof.m @ 1255:5e2a61340d4e feature/FMMlabb
Fix boundary groups
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 22 Jan 2020 16:10:46 +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