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

/external/chromium_org/sdch/open-vcdiff/src/
H A Dtesting.h91 inline int64_t GetInUsec() { function in class:open_vcdiff::CycleTimer
139 inline int64_t GetInUsec() {
H A Drolling_hash_test.cc165 return static_cast<double>(timer.GetInUsec())
177 return static_cast<double>(timer.GetInUsec())
H A Daddrcache_test.cc617 static_cast<double>(encode_timer.GetInUsec()) / 1000;
627 static_cast<double>(decode_timer.GetInUsec()) / 1000;
H A Dblockhash_test.cc341 static_cast<double>(block_compare_words_timer.GetInUsec())
359 static_cast<double>(block_contents_match_timer.GetInUsec())
906 double elapsed_time_in_us = static_cast<double>(timer.GetInUsec());

Completed in 113 milliseconds