HomeSort by relevance Sort by last modified time
    Searched refs:ATRACE_INT64 (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
DispSync.cpp 139 ATRACE_INT64("DispSync:WakeupLat", now - nextEventTime);
140 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency);
442 ATRACE_INT64("DispSync:Period", mPeriod);
443 ATRACE_INT64("DispSync:Phase", mPhase);
477 ATRACE_INT64("DispSync:Error", mError);
  /system/core/include/cutils/
trace.h 266 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value)
267 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) function

Completed in 32 milliseconds