December 17, 2003
bs"d

Hi!  I read about dynamic profiling with Digital Mars on your online help. Sounds like a great feature.  What do I do to start it running?  I tried setting the -gt switch in the IDDE - checked the 'Trace Prolog/Epilog' box in the 'Debug Options' page of the Project Settings, and ended up only with a lot of memory leaks in the Trace window and a machine code file with a .BPT ending in the runtime directory.  (The compiler output window showed the -gt flag was set while compiling.)

Thanks.

                         Yochanan Spielberg



December 17, 2003
bs"d
Please ignore the previous message - I've got it working, although I needed
to add trace_term() in the ExitInstance function of the app.

þþ"yochanan" <yochanan@aquanet.co.il> ëúá áäåãòä news:brq4bq$2u8s$1@digitaldaemon.com...
>
> bs"d
>
> Hi!  I read about dynamic profiling with Digital Mars on your online help. Sounds like a great feature.  What do I do to start it running?