Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |