Searched refs:nanotime (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.c56 static uint64_t nanotime() { function
266 uint64_t elapsed = nanotime();
273 elapsed = nanotime() - elapsed;
445 uint64_t start = nanotime();
488 uint64_t elapsed = nanotime() - start;
711 uint64_t start = nanotime();
733 pid, (float)(nanotime() - start) / NANOS_PER_SEC);
741 uint64_t start = nanotime();
753 pid, (float)(nanotime() - start) / NANOS_PER_SEC);

Completed in 1825 milliseconds