OEMProfileTimerEnable (Windows CE 5.0)
This function enables a profiler timer.
void OEMProfileTimerEnable(DWORDdwUSecInterval );
Parameters
- dwUSecInterval
[in] Period of the profiler timer, in microseconds.
Return Values
None.
Remarks
Use the OEMProfileTimerDisable function to stop the profiler timer.
You can view an implementation code sample in the Mdprof.c file.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Profiler.h.
Link Library: Nkprof.lib.
See Also
OEMProfileTimerDisable | Kernel Profiler
Send Feedback on this topic to the authors