Mercurial > repos > public > sbplib
view prof.m @ 501:b7280c6c6b9a feature/quantumTriangles
Found some small bugs when making slides for pressentation
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 25 Apr 2017 09:52:32 +0200 |
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