Show / Hide Table of Contents

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 First and each Next.

public static long[] toArray()
Returns
long[]