Searched refs:rsStart (Results 1 – 1 of 1) sorted by relevance
49 rsStart = myRsStart; in timing()67 private long rsStart = -1; field in UT_reduce.timing75 public long rsTime() { return rsEnd - rsStart; } in rsTime()77 public long overheadTime() { return kernelStart - rsStart; } in overheadTime()78 public long allocationTime() { return copyStart - rsStart; } in allocationTime()