OEMProfileTimerEnable
This function enables a profiler timer.
void OEMProfileTimerEnable(
DWORD dwUSecInterval
);
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 | Platform Profiling | Process Profiling
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.