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

/frameworks/native/cmds/dumpstate/
H A Dutils.c45 static const int64_t NANOS_PER_SEC = 1000000000; variable
59 return (uint64_t)ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec;
275 (float) elapsed / NANOS_PER_SEC);
492 (float) elapsed / NANOS_PER_SEC, pid);
495 (float) elapsed / NANOS_PER_SEC, pid);
512 if (title) printf("[%s: %.3fs elapsed]\n\n", command, (float)elapsed / NANOS_PER_SEC);
733 pid, (float)(nanotime() - start) / NANOS_PER_SEC);
753 pid, (float)(nanotime() - start) / NANOS_PER_SEC);

Completed in 122 milliseconds