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


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 the total
inclusive/exclusive time (in the json block) is 0ms, which means all
the percentages show as NaN or Inf.

-- 
Will "Coke" Coleda

Reply via email to