ProfileStartEx (Windows Embedded CE 6.0)

1/6/2010

This function starts the profiler.

Syntax

VOID ProfileStartEx(
  ProfilerControl* pControl
);

Parameters

Return Value

None.

Remarks

After initializing the profiler mechanism specified by the pControl dwOptions parameter, ProfileStartEx calls OEMIoControl, using IOCTL_HAL_OEM_PROFILER, and passes pControl.

The implementation of IOCTL_HAL_OEM_PROFILER is provided by the OEM.

You can use ProfileStartEx to control custom profiling, as supplied by the OEM for your board support package (BSP). For more information, see the documentation for the BSP.

Requirements

Header profiler.h
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Kernel Functions
ProfilerControl
ProfileStart
ProfileStop
ProfileCaptureStatus

Other Resources

IOCTL_HAL_OEM_PROFILER