CEL_PROFILER_MARK (Compact 2013)
3/28/2014
This structure records a comment or identifier signifying a particular point in time.
Syntax
typedef struct {
LARGE_INTEGER Timestamp;
long Marker;
WCHAR szComment[MAX_PATH];
} CEL_PROFILER_MARK, *PCEL_PROFILER_MARK;
Members
Term |
Definition |
---|---|
Timestamp |
(Optional) Enables the caller to specify a timestamp other than the time it came to CeLog. As this is up to the interpretation of the caller, this might use a completely different clock frequency than CeLog does. If unused, set to 0. |
Marker |
Specifies the marker value. |
szComment[MAX_PATH] |
(Optional) Null-terminated string containing a comment. The length is inferred from the entry length between 0 and MAX_PATH, which is given in the event header, CEL_HEADER. |