Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/JankBench/app/src/main/jni/
H A Dtest.cpp31 static uint64_t GetTime() { in GetTime() function
126 uint64_t start = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
127 while((GetTime() - start) < 1000000000) { in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
136 uint64_t t1 = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
141 uint64_t t2 = GetTime(); in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
/aosp14/frameworks/base/tools/aapt2/trace/
H A DTraceBuffer.cpp47 int64_t GetTime() noexcept { in GetTime() function
60 AddWithTime(tag, type, GetTime()); in Add()