Mercurial > repos > public > sbplib
view prof.m @ 1074:2aaced07d1e5 feature/grids/LaplaceSquared
Formatting fix
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 13 Feb 2019 20:49:39 +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