Author: Jon Dart
Date: 20:03:10 07/19/99
Go up one level in this thread
It is a bit tricky. You need to set the debug options, telling where to run the program and what arguments to give it (this is set in the Debug options tab under Project|Settings, even though you're building optimized). It may be necessary to set the directory to run in to where the .exe file actually is. If all else fails you can run the profiler from the command line. As before, run it in the directory where the .exe is. In this case, you would do something like: prep /ft tscp (prepares to profile) profile tscp (runs the program) prep /m tscp (merges the results to the output file) plist tscp >profile.lst (lists the profile results) --Jon On July 19, 1999 at 22:38:36, James Robertson wrote: >On July 19, 1999 at 22:28:26, Jon Dart wrote: > >How did you get the profiler to work? I have had perennial problems trying to >make it work.... > >James >
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.