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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp51 static const int64_t NANOS_PER_SEC = 1000000000; variable
85 (float) elapsed / NANOS_PER_SEC, title_);
87 MYLOGD("Duration of '%s': %.3fs\n", title_, (float) elapsed / NANOS_PER_SEC);
95 return (uint64_t) ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec;
443 (float) elapsed / NANOS_PER_SEC);
776 cmd.c_str(), (float) elapsed / NANOS_PER_SEC, pid);
778 (float) elapsed / NANOS_PER_SEC, pid);
782 cmd.c_str(), (float) elapsed / NANOS_PER_SEC, pid);
784 (float) elapsed / NANOS_PER_SEC, pid);
1106 pid, (float)(DurationReporter::nanotime() - start) / NANOS_PER_SEC);
[all...]

Completed in 1052 milliseconds