Searched refs:copyStart (Results 1 – 1 of 1) sorted by relevance
50 copyStart = myCopyStart; in timing()68 private long copyStart = -1; field in UT_reduce.timing78 public long allocationTime() { return copyStart - rsStart; } in allocationTime()79 public long copyTime() { return kernelStart - copyStart; } in copyTime()