Method perf.Instance.ToArray
Overload
Return array of time values collected by calling perf.Instance.First and perf.Instance.Next. Each element is the number of microseconds of each code execution between calling First and each Next.
public long[] ToArray()
Returns
long[] |