|
From: nithya p. <vis...@ya...> - 2005-03-31 13:05:37
|
dear team, We would like to draw the graph by ourselves.We require the data that is passed as an input for drawing graphs.Is it possible for us to only the data for drawing the graph. thanks in advance nithya __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: Nicholas N. <nj...@cs...> - 2005-03-31 14:52:48
|
On Thu, 31 Mar 2005, nithya prabha wrote:
> We would like to draw the graph by ourselves.We require the data that is
> passed as an input for drawing graphs.Is it possible for us to only the
> data for drawing the graph. thanks in advance nithya
If you are talking about Massif, you can comment out the following two
lines in massif/ms_main.c:
VG_(unlink)(hp_file);
VG_(unlink)(aux_file);
If you are not talking about Massif, I don't understand the question.
N
|