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

unable to view GC and Allocations tabs from a profile #6160

Closed
p6rt opened this issue Mar 20, 2017 · 4 comments
Closed

unable to view GC and Allocations tabs from a profile #6160

p6rt opened this issue Mar 20, 2017 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 20, 2017

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

Searchable as RT131027$

@p6rt
Copy link
Author

p6rt commented Mar 20, 2017

From @dogbert17

Something's amiss when viewing the output from –profile in the browser.

Steps to reproduce (this is in a 32-bit vm running Linux Mint using Firefox 52)​:

dogbert@​dogbert-VirtualBox ~ $ perl6 -v
This is Rakudo version 2017.03-13-g0c6281518 built on MoarVM version 2017.03 implementing Perl 6.c.

dogbert@​dogbert-VirtualBox ~ $ cat euler-1.pl6 use v6; say (1..^1000).grep( -> $x { $x %% 3 || $x %% 5 }).sum;

dogbert@​dogbert-VirtualBox ~ $ perl6 --profile euler-1.pl6
233168
Writing profiler output to profile-1490031420.9415.html

Load the profile in Firefox and click either the ‘GC’ or ‘Allocations’ tabs On my system it shows the ‘OSR/Deopt’ tab instead

/dogbert17

@p6rt
Copy link
Author

p6rt commented Jun 9, 2017

From @dogbert17

On Mon, 20 Mar 2017 12​:15​:22 -0700, jan-olof.hendig@​bredband.net wrote​:

Something's amiss when viewing the output from –profile in the
browser.

Steps to reproduce (this is in a 32-bit vm running Linux Mint using
Firefox 52)​:

dogbert@​dogbert-VirtualBox ~ $ perl6 -v
This is Rakudo version 2017.03-13-g0c6281518 built on MoarVM version
2017.03 implementing Perl 6.c.

dogbert@​dogbert-VirtualBox ~ $ cat euler-1.pl6 use v6; say
(1..^1000).grep( -> $x { $x %% 3 || $x %% 5 }).sum;

dogbert@​dogbert-VirtualBox ~ $ perl6 --profile euler-1.pl6
233168
Writing profiler output to profile-1490031420.9415.html

Load the profile in Firefox and click either the ‘GC’ or ‘Allocations’
tabs On my system it shows the ‘OSR/Deopt’ tab instead

/dogbert17

I believe this was fixed by pmurias some time agp. [Coke], should I close this issue?

@p6rt
Copy link
Author

p6rt commented Jun 10, 2017

From @MasterDuke17

This was fixed in Raku/nqp@211b0f2

@p6rt p6rt closed this as completed Jun 10, 2017
@p6rt
Copy link
Author

p6rt commented Jun 10, 2017

@MasterDuke17 - Status changed from 'new' to 'resolved'

@p6rt p6rt added the Bug 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