Mercurial > repos > public > sbplib
view prof.m @ 437:b0361f203492 feature/grids
Merge default into feature/grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 21 Feb 2017 16:48:04 +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