summaryrefslogtreecommitdiff
path: root/volk/apps
diff options
context:
space:
mode:
authorNick Foster <nick@ettus.com>2011-05-12 18:35:19 -0700
committerNick Foster <nick@ettus.com>2011-05-12 18:35:19 -0700
commit24e6571eba6fce28a950f98887fe506d699f8356 (patch)
tree27024511b6dfa3fc8601b2a8e0a4213026753855 /volk/apps
parent7d349848c60f99f9906cb57d0ebe3c7dd35096bd (diff)
Volk: I keep pulling tests out for testing and forgetting to put them back in...
Diffstat (limited to 'volk/apps')
-rw-r--r--volk/apps/volk_profile.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index c091a62899..fd95072072 100644
--- a/volk/apps/volk_profile.cc
+++ b/volk/apps/volk_profile.cc
@@ -13,7 +13,7 @@ extern "C" {
int main(int argc, char *argv[]) {
std::vector<std::string> 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);
@@ -52,7 +52,6 @@ int main(int argc, char *argv[]) {
VOLK_PROFILE(volk_32fc_x2_multiply_32fc_a16, 1e-4, 0, 204600, 1000, &results);
VOLK_PROFILE(volk_32f_s32f_convert_16i_a16, 1, 32768, 204600, 10000, &results);
VOLK_PROFILE(volk_32f_s32f_convert_16i_u, 1, 32768, 204600, 10000, &results);
- */
VOLK_PROFILE(volk_32f_s32f_convert_32i_a16, 1, 2<<31, 204600, 10000, &results);
VOLK_PROFILE(volk_32f_s32f_convert_32i_u, 1, 2<<31, 204600, 10000, &results);
VOLK_PROFILE(volk_32f_convert_64f_a16, 1e-4, 0, 204600, 10000, &results);