]> granicus.if.org Git - libvpx/commitdiff
Fix typos in CLPF unit test
authorSteinar Midtskogen <stemidts@cisco.com>
Mon, 26 Sep 2016 19:48:09 +0000 (21:48 +0200)
committerYaowu Xu <yaowu@google.com>
Tue, 11 Oct 2016 19:36:16 +0000 (12:36 -0700)
Change-Id: Ia69bad44e47509208e3b9d306165d0872d4e92f3

test/clpf_test.cc

index df5c5ac49703d30f2c97735292c8e8a10bf84f4b..24d7bb3302fc8ed63d905367de33baf7be349e58 100644 (file)
@@ -189,8 +189,8 @@ void test_clpf_speed(int w, int h, int depth, int iterations,
 
   EXPECT_GT(ref_elapsed_time, elapsed_time)
       << "Error: ClpfSpeedTest, SIMD slower than C." << std::endl
-      << "C time: " << ref_elapsed_time << "ms" << std::endl
-      << "SIMD time: " << elapsed_time << "ms" << std::endl;
+      << "C time: " << ref_elapsed_time << " us" << std::endl
+      << "SIMD time: " << elapsed_time << " us" << std::endl;
 }
 
 TEST_P(ClpfBlockTest, TestSIMDNoMismatch) {