mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-26 15:12:51 +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.
|
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:
|
This figure shows the role of some VOLK_GNSSSDR kernels in the context of a GNSS baseband processor:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If you use VOLK_GNSSSDR in your research and/or software, please cite the following paper:
|
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.
|
* 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…
x
Reference in New Issue
Block a user