From d5d80395ba1dcdba4402ffd4f87a3c1e2f61e89c Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 11 May 2016 19:20:01 +0200 Subject: [PATCH] Update volk_gnsssdr_profile manpage --- .../cmake/Packaging/volk_gnsssdr_profile-manpage | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage index 6760a53ad..77dc3f161 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage @@ -1,6 +1,6 @@ .\" Manpage for volk_gnsssdr_profile .\" Contact carles.fernandez@cttc.es to correct errors or typos. -.TH volk_gnsssdr_profile 1 "02 Sep 2015" "0.0.6" "volk_gnsssdr_profile man page" +.TH volk_gnsssdr_profile 1 "11 May 2016" "0.0.7" "volk_gnsssdr_profile man page" .SH NAME \fBvolk_gnsssdr_profile\fR \- Profiler application for libvolk_gnsssdr functions. .SH SYNOPSIS @@ -18,15 +18,25 @@ Processors providing SIMD instruction sets compute with multiple processing elem .TP \fB-b\fR [ \fB--benchmark\fR ] [ \fB=arg(=1)\fR ] (\fB=0\fR) Run all kernels (benchmark mode). .TP +\fB-t\fR [ \fB--tol\fR ] (\fB=9.99999997e-07\fR) Set the default error tolerance for tests. +.TP +\fB-v\fR [ \fB--vlen\fR ] (\fB=8111\fR) Set the default vector length for tests. +.TP +\fB-i\fR [ \fB--iter\fR ] (\fB=1987\fR) Set the default number of test iterations per kernel. +.TP \fB-R\fR [ \fB--tests-regex\fR ] Run tests matching regular expression. .TP +\fB-u\fR [ \fB--update\fR ] [ \fB=arg(=1)\fR ] (\fB=0\fR) Run only kernels missing from config; use -R to further restrict the candidates. +.TP +\fB-n\fR [ \fB--dry-run\fR ] [ \fB=arg(=1)\fR ] (\fB=0\fR) Dry run. Respect other options, but do not write to file. +.TP \fB-j\fR [ \fB--json\fR ] \fI\fR JSON output file. .SH SEE ALSO .BR gnss-sdr (1) \.TP Check http://gnss-sdr.org for more information. .SH HISTORY -This library was originally developed by Andres Cecilia Luque in the framework of the Summer of Code in Space program (SOCIS 2014) by the European Space Agency (ESA), and then integrated into \fBgnss-sdr\fR. This software is based on the VOLK library available at https://gnuradio.org/redmine/projects/gnuradio/wiki/Volk +This library was originally developed by Andres Cecilia Luque in the framework of the Summer of Code in Space program (SOCIS 2014) by the European Space Agency (ESA), and then integrated into \fBgnss-sdr\fR. This software is based on the VOLK library http://libvolk.org/ .SH BUGS No known bugs. .SH AUTHOR