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

Add HeapProfBreakdownClosureType #39

Merged
merged 2 commits into from Jul 11, 2018
Merged

Conversation

maoe
Copy link
Member

@maoe maoe commented Jul 11, 2018

This is a continuation of #33. I added a test case for the change.

bgamari and others added 2 commits July 11, 2018 22:31
This was missing from the original GHC implementation and is produced when an
executable is run with the -hT RTS flag.
The eventlog file was generated by the following commands:

  ghc -threaded -rtsopts test/stop.hs
  ./test/stop +RTS -hT -l

ghc-events show output contains this line:

2962000: start heap profiling 0 at sampling period 100000000 broken down by closure type
@maoe
Copy link
Member Author

maoe commented Jul 11, 2018

This closes #33.

@maoe
Copy link
Member Author

maoe commented Jul 11, 2018

This passed the tests. I'm going to merge it.

@maoe maoe merged commit 335505c into haskell:master Jul 11, 2018
@maoe maoe deleted the bgamari-master branch July 11, 2018 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants