From c2532b7bed67cdb4d628b3ad95821c3d67480212 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 12 May 2011 15:58:29 -0700 Subject: Volk: uncomment most of the profiler tests --- volk/apps/volk_profile.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc index 3fe227400..fd9507207 100644 --- a/volk/apps/volk_profile.cc +++ b/volk/apps/volk_profile.cc @@ -12,8 +12,8 @@ extern "C" { int main(int argc, char *argv[]) { - std::vector results; -/* + std::vector results; + //VOLK_PROFILE(volk_16i_x5_add_quad_16i_x4_a16, 1e-4, 2046, 10000, &results); //VOLK_PROFILE(volk_16i_branch_4_state_8_a16, 1e-4, 2046, 10000, &results); VOLK_PROFILE(volk_16ic_s32f_deinterleave_real_32f_a16, 1e-5, 32768.0, 204600, 10000, &results); @@ -100,7 +100,6 @@ int main(int argc, char *argv[]) { VOLK_PROFILE(volk_8ic_x2_s32f_multiply_conjugate_32fc_a16, 1e-4, 100, 204600, 400, &results); VOLK_PROFILE(volk_8i_convert_16i_a16, 0, 0, 204600, 20000, &results); VOLK_PROFILE(volk_8i_convert_16i_u, 0, 0, 204600, 2000, &results); - */ VOLK_PROFILE(volk_8i_s32f_convert_32f_a16, 1e-4, 100, 204600, 2000, &results); VOLK_PROFILE(volk_8i_s32f_convert_32f_u, 1e-4, 100, 204600, 2000, &results); -- cgit