V8CpuProfileEndTimestamp Property |
Gets the profile's ending timestamp in microseconds.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public ulong EndTimestamp { get; }
Public ReadOnly Property EndTimestamp As ULong
Get
public:
property unsigned long long EndTimestamp {
unsigned long long get ();
}
member EndTimestamp : uint64 with get
Property Value
UInt64Remarks
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