Home |
RTKernel-32 Programming Manual Function RTPStop |
Function RTPStopRTPStop stops profiling: UINT RTPStop(void); The function returns the number of profiling events that have been counted. If a non-NULL value was specified for parameter StopHook of RTPStart, that function is called and the profiler's own interrupt handler is uninstalled. The profiler cannot count more than 4G-2 (232-2) events per profiler run. If RTPStop returns value 4G-2, the profiler may have stopped counting at an earlier time.
|