Allocation break-down by type
Bruno Martínez Aguerre
bruno.uy at gmail.com
Tue Sep 14 22:49:30 EDT 2010
Hi list,
To understand better whether ghc is taking advantage of my UNPACK pragmas,
I want to profile my program and sort the allocations by type. I couldn't
find an option to do this. -p is only by cost-center, and -hy only works
for live data, and I want all allocations. Am I missing some option? Any
tips to better debug UNPACK, apart from inspecting core?
Thanks,
Bruno
More information about the Glasgow-haskell-users
mailing list