Searched refs:time2 (Results 1 – 2 of 2) sorted by relevance
519 uint32_t abs_difference(uint32_t time1, uint32_t time2) { in abs_difference() argument520 return time1 > time2 ? time1 - time2 : time2 - time1; in abs_difference()
157 long time2 = System.currentTimeMillis(); in measureAllocationScore() local170 double speed = MIN_NUMBER_OF_SURFACES * 1000.0 / (time2 - time1); in measureAllocationScore()