P
Paul Mowat
Guest
You can use the -profile startup parameter if you want to profile the entire client session as it runs. Create a data file used by the profiler called “profiler.ctl”. Within that you can set the options needed. -DESCRIPTION “Profiler” -LISTINGS C:\temp\profiler\ -FILENAME C:\temp\profiler\prof.out prowin32.exe –p profiletest.p –profile profiler.ctl I found that on a KB article somewhere ages ago. Always struggled to find decent documentation on the profiler.
Continue reading...
Continue reading...