From: Steinar Midtskogen Date: Mon, 26 Sep 2016 19:48:09 +0000 (+0200) Subject: Fix typos in CLPF unit test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6116141c23a43b6214677ea312299aa623954be4;p=libvpx Fix typos in CLPF unit test Change-Id: Ia69bad44e47509208e3b9d306165d0872d4e92f3 --- diff --git a/test/clpf_test.cc b/test/clpf_test.cc index df5c5ac49..24d7bb330 100644 --- a/test/clpf_test.cc +++ b/test/clpf_test.cc @@ -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) {