Mercurial > repos > public > sbplib
view prof.m @ 1222:55463e3c1e4a rv_diffOp_test
Merge bug fix from feature/rv
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 05 Mar 2019 10:59: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