mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-10 12:00:04 +00:00
Document ENABLE_PROFILING option
This commit is contained in:
parent
8cdcbb17d1
commit
512e2992e9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user