Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc340 double time_for_block_compare_words = in TestAndPrintTimesForCompareFunctions() local
368 << time_for_block_compare_words << " us per operation" << std::endl; in TestAndPrintTimesForCompareFunctions()
372 if (time_for_block_compare_words > 0) { in TestAndPrintTimesForCompareFunctions()
374 (((time_for_block_contents_match - time_for_block_compare_words) in TestAndPrintTimesForCompareFunctions()
375 / time_for_block_compare_words) * 100.0); in TestAndPrintTimesForCompareFunctions()
388 EXPECT_GT(time_for_block_compare_words * 2.0, time_for_block_contents_match); in TestAndPrintTimesForCompareFunctions()