Re: Memory profiling with 4.3a
Sven Hartrumpf <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hi. "Ollagnon, Pierre-Francois", 2016-12-06: > I am trying to profile memory with bglmemrun but I can't get it work. > Here is my little test: > > test.scm: > ----------- > (module main > (main main)) > (define (main argv) > (print "Ok")) > > Compilation > --------------- > bigloo test.scm -g2 -o test You should add the option -pmem . Ciao Sven