> I am wondering if there is a profiler available for FutureBasic programs.
>I think I remember seeing one about a year ago, but I can't find it now.
There is, in fact, such a device available. I have no idea whether it
ever showed up on any of the FB FTP sites; I probably ought to look into
posting it on the FB file-ring.
You INCLUDE the profiler library into your app's main module, turn
Macsbug labels on, then run as you would normally. The library collects
data, which it saves to a file when your program quits.
I'll send it by private email; any other interested parties should look
on the FB file-ring...
-Mars