Optionalbegin: numberOptionalend: numberFirst time point that belongs to the range.
First time point that no longer belongs to the range.
Copies all properties defined by the prototype of ProfilerTimeRange from other to this instance.
Clones this instance and returns a new ProfilerTimeRange with identical values.
Determines if this ProfilerTimeRange instance is equal to the other instance.
StaticisDetermines if both ProfilerTimeRange instances are equal.
Simple helper structure that represents time in nanoseconds from profiler initialization. The range spans from given Begin time to End, excluding the End time point itself. If Begin is equal to End, then the range is empty.