hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
// ** The above line should force tbl to be a preprocessor **
// Man page for gpiobench
//
// Copyright (C) 2020 song chen <chensong@tj.kylinos.cn>
//
// You may distribute under the terms of the GNU General Public
// License as specified in the file COPYING that comes with the
// Xenomai distribution.
//
//
GPIOBENCH(1)
==========
:doctype: manpage
:revdate: 2020/08/03
:man source: Xenomai
:man version: {xenover}
:man manual: Xenomai Manual
 
NAME
-----
gpiobench - Xenomai gpio latency benchmark
 
SYNOPSIS
---------
// The general command line
*gpiobench* [ options ]
 
DESCRIPTION
------------
*gpiobench* is part of the Xenomai test suite. It is a gpio latency
benchmark program.  The system must run a suitable Xenomai enabled kernel with
the respective module (xeno_timerbench).
 
OPTIONS
--------
*gpiobench* accepts the following options:
 
*-h <histogram-size>*::
default = 100, increase if your last bucket is full
 
*-l <num-of-loops>*::
default=1000, number of loops to run the test
 
*-q <quiet>*::
print only a summary on exit
 
*-m <test-mode>*::
0 = loopback (default), 1 = react
 
*-c <pin-controller>*::
name of pin controller
 
*-o <output-pin>*::
number of gpio pin as output
 
*-i <interrupt-pin>*::
number of gpin pin as interrupt
 
*-p <priority>*::
default = 99, task priority
 
*-b <bracktrace>*::
default = 1000, send break trace command when latency > breaktrace
 
 
 
AUTHOR
-------
*gpiobench* was written by song chen. This man page
was written by song chen.