Update manual pages for 2.0.0-rc1
[babeltrace.git] / doc / man / babeltrace2-sink.utils.dummy.7.txt
CommitLineData
e70712b3 1= babeltrace2-sink.utils.dummy(7)
0659f3af 2:manpagetype: component class
e70712b3 3:revdate: 14 September 2019
0659f3af
PP
4
5
e70712b3 6== NAME
0659f3af 7
e70712b3 8babeltrace2-sink.utils.dummy - Babeltrace 2's dummy sink component class
0659f3af 9
0659f3af 10
e70712b3 11== DESCRIPTION
0659f3af 12
e70712b3
PP
13A Babeltrace~2 compcls:sink.utils.dummy component consumes messages
14and discards them (does absolutely nothing with them).
0659f3af 15
e70712b3
PP
16----
17 +------------------+
18 | sink.utils.dummy |
19 | |
20Messages -->@ in |
21 +------------------+
22----
0659f3af 23
e70712b3 24include::common-see-babeltrace2-intro.txt[]
0659f3af 25
e70712b3
PP
26A compcls:sink.utils.dummy sink component can be useful to run a trace
27processing graph with no sink side effect, for example to perform
28benchmarks. Prefer a compcls:sink.utils.dummy component class for such
29tasks to, for example, a compcls:sink.text.pretty component and sending
30its output to `/dev/null`, as a compcls:sink.text.pretty component still
31performs formatting operations.
0659f3af
PP
32
33
e70712b3 34== PORTS
0659f3af 35
e70712b3
PP
36----
37+------------------+
38| sink.utils.dummy |
39| |
40@ in |
41+------------------+
42----
0659f3af 43
e70712b3
PP
44
45=== Input
46
47`in`::
48 Single input port.
0659f3af
PP
49
50
51include::common-footer.txt[]
52
53
e70712b3
PP
54== SEE ALSO
55
56man:babeltrace2-intro(7),
57man:babeltrace2-plugin-utils(7)
This page took 0.039322 seconds and 4 git commands to generate.