mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-03 16:53:04 +00:00 
			
		
		
		
	Document ENABLE_PROFILING option
This commit is contained in:
		@@ -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:
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user