Share via


OEMProfileTimerEnable (Compact 2013)

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

See Also

Reference

Required Profiling Functions
OEMProfileTimerDisable