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

Reply via email to