Optimization-tool functions control how the Microsoft Windows Profiler software development tool interacts with an application being developed. Following are the optimization-tool functions:
| ProfClear |
Discards all samples in the Profiler sampling buffer. |
| ProfFinish |
Stops sampling by Profiler and flushes the buffer to disk. |
| ProfFlush |
Flushes the Profiler sampling buffer to disk. |
| ProfInsChk |
Determines if Profiler is installed. |
| ProfSampRate |
Sets the rate of code sampling by Profiler. |
| ProfSetup |
Sets up the Profiler sampling buffer and recording rate. |
| ProfStart |
Starts sampling by Profiler. |
| ProfStop |
Stops sampling by Profiler. |