Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--profile output wildly wrong when program calls "exit" #4604

Closed
p6rt opened this issue Sep 29, 2015 · 4 comments
Closed

--profile output wildly wrong when program calls "exit" #4604

p6rt opened this issue Sep 29, 2015 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 29, 2015

Migrated from rt.perl.org#126216 (status was 'resolved')

Searchable as RT126216$

@p6rt
Copy link
Author

p6rt commented Sep 29, 2015

From @coke

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

@p6rt
Copy link
Author

p6rt commented Oct 5, 2015

From @jnthn

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

Fixed; thanks for reporting.

@p6rt
Copy link
Author

p6rt commented Oct 5, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 5, 2015

@jnthn - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Oct 5, 2015
@p6rt p6rt added the moar label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant