RE: Memory profiling with 4.3a

[email protected]
Newsgroups gmane.lisp.scheme.bigloo
Organization Inria
Message-ID <[email protected]>
Hi Pierre,

You can compile with -g or -g2. Then run your program with bglmemrun has
you have mentioned in your previous mail. Then you can generate a report
with bglmem. The sequence should look like:

  $ bigloo foo.scm -g
  $ bglmemrun a.out
  $ bglmem a.bmem -O a.html
  $ firefox a.html

-- 
Manuel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.