Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: full-ply search extension leads to crash city!

Author: Ren Wu

Date: 08:02:26 03/10/99

Go up one level in this thread


On March 09, 1999 at 08:49:19, Dave Gomboc wrote:

>On March 08, 1999 at 21:53:58, J. Wesley Cleveland wrote:
>
>>On March 07, 1999 at 19:13:16, Dave Gomboc wrote:
>>
>>[snip]
>>
>>>While I'm at it, I can't seem to profile this thing under MSVC 6.0 (Enterprise
>>>Edition).  The project is a Win32 console application, is there some prohibition
>>>from profiling those?  The Build | Profile... is grayed out. :-(
>>
>>Check the MS knowledge base. There is some problem with profiling that requires
>>you to set a path in autoexec.bat. Sorry, but I don't remember the details.
>
>I was able to find a mention in the FAQ for the old version (5.0).  I tried it,
>but no luck. :-(  None of my search queries pulled up anything else that seemed
>to be what I was looking for.  Thanks for the idea, though.
>
>Dave Gomboc

As long as you enable the profiling switches, you can always to this in a
console window, like

ftime your_prog arg1 arg2 ...
and then using
plist your_prog.pbt > your_prog.profile

ftime.bat is a batch file for profiling function timing, there are other batch
files too, take a look at VC's bin directory.

Not bother to find out why, real programmers use command line tools anyway,
right?  :)

Ren




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.