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

/system/extras/tests/bionic/libc/common/
H A 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/
H A Dfstrim.c43 unsigned long long time_ms; local
48 time_ms = (t.tv_sec * 1000LL) + (t.tv_nsec / 1000000);
50 return time_ms;

Completed in 79 milliseconds