RE: Memory profiling with 4.3a
| 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