Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c136 static u64 get_current_us() in get_current_us() function
145 static u64 get_current_us() in get_current_us() function
553 total_time = get_current_us(); in do_write()
561 max_time_t = get_current_us(); in do_write()
563 max_time_t = get_current_us() - max_time_t; in do_write()
573 get_current_us() - total_time, in do_write()