ProfileStartEx (Compact 2013)

3/28/2014

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

See Also

Reference

Kernel Functions
ProfilerControl
ProfileStart
ProfileStop
ProfileCaptureStatus

Other Resources

IOCTL_HAL_OEM_PROFILER