OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_time_ns
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
gtest_main.cpp
666
int64_t
current_time_ns
= NanoTime();
local
667
int64_t run_time_ms = (
current_time_ns
- child_proc.start_time_ns) / 1000000;
700
int64_t
current_time_ns
= NanoTime();
local
703
if (child_proc_list[i].deadline_end_time_ns <=
current_time_ns
) {
706
child_proc_list[i].end_time_ns =
current_time_ns
;
[
all
...]
Completed in 3708 milliseconds