Re: Reset counters when profiling
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Organization | Inria |
| Message-ID | <[email protected]> |
Hi Sven, > Is there a bigloo function to reset all counters (to 0) when > a program is run in profile mode? > Background: I need profiling results, but only after my program > reached a specific point and until it terminates. Regarding the bmem memory profiler, this functionality exists. The function bmem-reset! resets all the profile counter. Cheers, -- Manuel