void ProfSetup(nBufferSize,nSamples)
When running the Microsoft Windows Profiler with Windows in 386 enhanced mode, this function specifies the size of the output buffer and the amount of samples written to disk.
Profiler ignores the ProfSetup function when running with Windows in any mode other than 386 enhanced mode.
Parameter | Type/Description |
nBufferSize | int Specifies the size of the output buffer in kilobytes. The nBufferSize parameter can range from 1 to 1064. The default is 64. | |
nSamples | int Specifies how much sampling data Profiler writes to disk. A value of zero specifies unlimited sampling data. The default is zero. |