[perl #126216] [Moar] --profile output wildly wrong when program calls "exit"

2015-10-05 Thread jn...@jnthn.net via RT
On Mon Sep 28 19:36:24 2015, coke wrote: > Here's a very small program that demonstrates a problem with --profile: > > perl6 --profile --profile-filename=nan.html -e 'exit' > > When you examine the Routines tab in nan.html, it shows that > "sink-all" took 18446744073709ms, but it also shows that

[perl #126216] [Moar] --profile output wildly wrong when program calls "exit"

2015-09-28 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126216] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126216 > Here's a very small program that demonstrates a problem with --profile: perl6 --profile