Remote Call Profiler Data Collection Functions (Windows CE 5.0)
The Remote Call Profiler data collection functions are defined in the Cecap.h file, which you can find in the Sdk\Wce420\Platman\Include directory of the top-level Platman directory for Platform Manager.
The following table shows the Remote Call Profiler data collection functions.
Function | Description |
---|---|
StartProfile | Increments the start/stop counter for the specified profiling level. |
StopProfile | Decrements the start/stop counter for the specified profiling level. |
SuspendProfile | Increments the suspend/resume counter for the specified profiling level. |
ResumeProfile | Decrements the suspend/resume counter for the specified profiling level. |
MarkProfile | Inserts a profile mark into the .icp file. |
CommentMarkProfile | Inserts a profile mark and a user-defined text string into the .icp file. |
CommentMarkAtProfile | Inserts a profile mark, a user-defined text string, and a timestamp value into the .icp file. |
NameProfile | Assigns a name to a specified profiling element. |
See Also
Data Collection Control | Remote Call Profiler Data Collection API Reference
Send Feedback on this topic to the authors