Home
last modified time | relevance | path

Searched refs:copyStart (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java50 copyStart = myCopyStart; in timing()
68 private long copyStart = -1; field in UT_reduce.timing
78 public long allocationTime() { return copyStart - rsStart; } in allocationTime()
79 public long copyTime() { return kernelStart - copyStart; } in copyTime()