Share via


OEMProfileTimerEnable

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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 Nkprof.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

OEMProfileTimerDisable

Other Resources

Kernel Profiler