ProtectedconstructorOptionalisInternalConstructor: booleanReturns profiler index to which this stat belongs.
Profiler index that created this stat.
Returns stat definition captured by profiler runtime.
Raw stat definition data.
Returns value applicable for given time point. That means that it will return the first value with time lower or equal to given parameter. If no such value exists, this will return a default StatPoint. This also returns a default StatPoint if there are no points recorded for this Stat.
Required time of returned time point.
Found value or default value if nothing was found.
Finds and returns first recorded point after given time.
Time from which to search for next time point.
Data point after given time. Returns default value if nothing was found.
Returns all values between two given times. This begins with the first value with time lower or equal to nanosecondsBegin (if such value exists) and ends with the last value with time lower than nanosecondsEnd. The resulting values are ordered by time, from oldest to newest.
OptionalnanosecondsBegin: numberFirst time in required range.
OptionalnanosecondsEnd: numberLast time in required range.
Values that belong to given time range.
Returns stat definition captured by profiler runtime.
Raw stat definition data.
Returns the range of times of stat points in this stat.
Time range of stat.
Full definition and all data captured for given profiler stat.