Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function enables a profiler timer.
Syntax
void OEMProfileTimerEnable(
DWORD dwUSecInterval
);
Parameters
- dwUSecInterval
[in] Period of the profiler timer, in microseconds.
Return Value
None.
Remarks
Use the OEMProfileTimerDisable function to stop the profiler timer.
You can view an implementation code sample in the Mdprof.c file.
Requirements
Header |
profiler.h |
Library |
OEMMain.lib or OEMMain_StaticKITL.lib |