# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #122618]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122618 >


perl6-m --profile -e 'die 42'
42
  in block <unit> at -e:1

$ perl6-m --profile -e 'say 42'
42
Wrote profiler output to profile-1409036838.38559.html
$ perl6-m --profile -e 'exit 1'
$

It would be handy if --profile always generated the profiling report,
not just on successful exit. An exception doesn't always invalidate all
the previous performance data, and it is very annoying to wait several
minutes for profile, only to have it skipped due to a stupid exception

Reply via email to