summaryrefslogtreecommitdiff
path: root/volk/lib/volk_rank_archs.h
diff options
context:
space:
mode:
authorNick Foster2011-05-11 21:45:03 -0700
committerNick Foster2011-05-11 21:45:03 -0700
commitb50dbc4498842fecd7f0c6adc22f25726f8d27d3 (patch)
treef47590beea8d78ba9b9c16baa5fcff8ab5fc1eae /volk/lib/volk_rank_archs.h
parente3997ada93a25569a05bbfd615d73d00cee6eca5 (diff)
downloadgnuradio-b50dbc4498842fecd7f0c6adc22f25726f8d27d3.tar.gz
gnuradio-b50dbc4498842fecd7f0c6adc22f25726f8d27d3.tar.bz2
gnuradio-b50dbc4498842fecd7f0c6adc22f25726f8d27d3.zip
Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify the whole thing.
Diffstat (limited to 'volk/lib/volk_rank_archs.h')
-rw-r--r--volk/lib/volk_rank_archs.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/volk/lib/volk_rank_archs.h b/volk/lib/volk_rank_archs.h
index 37a0fbc46..ba248aa59 100644
--- a/volk/lib/volk_rank_archs.h
+++ b/volk/lib/volk_rank_archs.h
@@ -5,13 +5,7 @@
extern "C" {
#endif
-unsigned int volk_rank_archs(const int* arch_defs, unsigned int n_archs, unsigned int arch);
-
-////////////////////////////////////////////////////////////////////////
-//get path to volk_config profiling info
-////////////////////////////////////////////////////////////////////////
-void get_config_path(char *);
-void load_preferences(void); //FIXME DEBUG shouldn't be exported
+unsigned int volk_rank_archs(const int* arch_defs, unsigned int n_archs, const char *name, unsigned int arch);
#ifdef __cplusplus
}