|
From: Joerg B. <jo...@we...> - 2003-08-11 14:23:01
|
Nicholas Nethercote wrote:
> On Mon, 11 Aug 2003, Joerg Beyer wrote:
>
>
>>It might help, change this:
>>Each "xNN" band represents a single line of your program that does some
>>heap allocation.
>>
>>into :
>>Each "xNN" band represents a single line of your program that does some
>>heap allocation. The name "xNN" is just a dummy for reference, it has
>>no (hidden or deeper ) meaning.
>
>
> Ok, will do.
I now downloaded the haskell visualisation tool, that you use to
make images, that show where memory is allocated or freed and
how costly that is. In the image it would be easier to read,
if the labels where a location (file:lineno) instead of
"xNN"-dummy names.
On the other hand: one could still look them up in
the hp.pid.txt-file.
Joerg
|