V8CpuProfileStartTimestamp Property |
Gets the profile's starting timestamp in microseconds.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
Syntaxpublic ulong StartTimestamp { get; }
Public ReadOnly Property StartTimestamp As ULong
Get
public:
property unsigned long long StartTimestamp {
unsigned long long get ();
}
member StartTimestamp : uint64 with get
Property Value
Type:
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