[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/08: volk: add implicit true to profile's
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/08: volk: add implicit true to profile's benchmark mode |
Date: |
Fri, 7 Mar 2014 00:24:06 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit e708381e2ea56c0be08340a88c22ad31023b96bf
Author: Nathan West <address@hidden>
Date: Sun Mar 2 16:10:08 2014 -0600
volk: add implicit true to profile's benchmark mode
---
volk/apps/volk_profile.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index b3965d0..97b0a5b 100644
--- a/volk/apps/volk_profile.cc
+++ b/volk/apps/volk_profile.cc
@@ -21,7 +21,8 @@ int main(int argc, char *argv[]) {
desc.add_options()
("help,h", "Print help messages")
("benchmark,b",
- boost::program_options::value<bool>()->default_value( false ),
+ boost::program_options::value<bool>()->default_value( false )
+ ->implicit_value( true ),
"Run all kernels (benchmark mode)")
("tests-regex,R",
boost::program_options::value<std::string>(),
- [Commit-gnuradio] [gnuradio] branch master updated (78551a5 -> ca69ec5), git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 04/08: Merge branch 'maint', git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 03/08: volk: add implicit true to profile's benchmark mode,
git <=
- [Commit-gnuradio] [gnuradio] 02/08: volk: don't write to volk_config if using regex, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 05/08: volk: add regex option to profile, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 06/08: Merge remote-tracking branch 'nwest/volk_features', git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 01/08: volk: add/remove ORC protokernels in volk_modtool, git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 08/08: Merge branch 'maint', git, 2014/03/06
- [Commit-gnuradio] [gnuradio] 07/08: volk: adds unaligned sse 32fc_32f_dot_prod_32fc, 16i_32fc_dot_prod_32fc, and 32fc_x2_dot_prod_16i proto-kernels., git, 2014/03/06