Click or drag to resize

V8CpuProfileSampleTimestamp Property

Gets the sample's timestamp in microseconds.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public ulong Timestamp { get; }

Property Value

UInt64
Remarks
The timestamp specifies an offset relative to an unspecified moment in the past. All timestamps within the profile are relative to the same moment.
See Also