Method perf.toArray
Overload
Return array of time values collected by calling perf.first and perf.next. Each element is the number of microseconds of each code execution between calling perf.first and each perf.next.
public static long[] toArray()
Returns
| long[] |