|
From: John R. <joh...@cr...> - 2004-03-16 18:56:34
|
I also noticed in Massif that the addresses in
the postscript chart are incremented by one
compared to the addresses referenced in the
text file output, so for example in the
massif.7760.txt file I have:
0x80C01FD: __STL::__node_alloc<true, 0>::etc.
but in the postscript printout I get:
x80C01FE:__STL::__node_al
and as I mentioned before, the shell prompt output
for my application was:
Total spacetime: 815,383,091,245 ms.B
but the postscript chart title was:
3,240,776,-39,-221 bytes x ms
Minor nitpicks... :)
John Roberts
Staff Software Engineer
5975 N.W. Pinefarm Place
Credence Systems Corporation
Hillsboro, Oregon 97124
email: joh...@cr...
tel: (503) 466-8056
|
|
From: Nicholas N. <nj...@ca...> - 2004-04-02 13:27:55
|
On Tue, 16 Mar 2004, John Roberts wrote: > and as I mentioned before, the shell prompt output > for my application was: > > Total spacetime: 815,383,091,245 ms.B > > but the postscript chart title was: > > 3,240,776,-39,-221 bytes x ms This should be fixed in CVS now, thanks to a patch from Ralf Wildenhues. N |