Skip to content

TimeStamp

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXAllMetrics

Syntax

ADLX_RESULT    TimeStamp (adlx_int64* ms)

Parameters

#DirectionNameTypeDescription
1.[out]msadlx_int64*The pointer to a variable where the timestamp (in ms) is returned.

Return Value

If the timestamp is successfully returned, ADLX_OK is returned.

If the timestamp is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The timestamp is the duration (in ms) from the system epoch time to the time when the metric sample was acquired.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.0

See Also: ADLX Enums