Home
last modified time | relevance | path

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

/system/extras/tests/bionic/libc/common/
Dbench_stdio.c71 double time_ms = now_ms(); \
73 time_ms = now_ms() - time_ms; \
74 double bandwidth = sizeof(buffer)*1000./1024./time_ms; \
75 printf("bench %-30s %8.2f ms (%.1f KB/s) \n", #op, time_ms, bandwidth ); \
/system/vold/
Dfstrim.c43 unsigned long long time_ms; in get_boot_time_ms() local
48 time_ms = (t.tv_sec * 1000LL) + (t.tv_nsec / 1000000); in get_boot_time_ms()
50 return time_ms; in get_boot_time_ms()