[GHC] #1420: Automatic heap profile intervals
GHC
trac at galois.com
Fri Jun 8 13:56:55 EDT 2007
#1420: Automatic heap profile intervals
------------------------------+---------------------------------------------
Reporter: guest | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.7
Severity: minor | Keywords:
Difficulty: Unknown | Os: Unknown
Testcase: | Architecture: Unknown
------------------------------+---------------------------------------------
When doing heap profiling it is sometimes hard to know what a good
sampling interval is. Make it too small and it takes forever, make it too
coarse and the resolution is bad.
In hbc the default setting was to automatically adjust the interval. It
starts out very small, but as samples accumulate it gets larger and
larger. This is a nice compromise.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1420>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list