Home
last modified time | relevance | path

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

/system/core/libutils/
DStopWatch.cpp41 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed)); in ~StopWatch()
45 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap)); in ~StopWatch()
/system/core/libutils/include/utils/
DTimers.h73 static CONSTEXPR inline nsecs_t ns2us(nsecs_t v) {return nanoseconds_to_microseconds(v);} in ns2us() function