commit-gnuradio
[Top][All Lists]
Advanced

[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>(),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]