[hamradio-commits] [gnss-sdr] 06/16: Document ENABLE_PROFILING option

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Jul 4 17:33:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 512e2992e90d8fb85133158527840a9052520e4a
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sat Jul 2 19:24:48 2016 +0200

    Document ENABLE_PROFILING option
---
 src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/README.md b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/README.md
index c7b520f..5471f26 100644
--- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/README.md
+++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/README.md
@@ -40,11 +40,21 @@ $ volk_gnsssdr_profile
 
 From now on, GNSS-SDR (and any other program of your own that makes use of VOLK_GNSSSDR) will benefit from the acceleration provided by SIMD instructions available in your processor.
 
+The execution of ```volk_gnsssdr_profile``` can be set automatically after building, leaving your system ready to use:
+
+~~~~~~
+$ cmake -DENABLE_PROFILING=ON ../
+$ make
+$ sudo make install
+~~~~~~
+
+
 This figure shows the role of some VOLK_GNSSSDR kernels in the context of a GNSS baseband processor:
 
 ![Example of VOLK_GNSSSDR usage.](./docs/images/VOLK_GNSSSDR_Usage_Example.png)
 
 
+
 If you use VOLK_GNSSSDR in your research and/or software, please cite the following paper:
 
  * C. Fernández-Prades, J. Arribas, P. Closas, *Accelerating GNSS Software Receivers*, in Proc. of the ION GNSS+ 2016 Conference, Portland, Oregon, Sept. 12-16, 2016.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list