Move to kernel style SPDX license identifiers
[babeltrace.git] / doc / man / babeltrace2-sink.utils.dummy.7.txt
... / ...
CommitLineData
1= babeltrace2-sink.utils.dummy(7)
2:manpagetype: component class
3:revdate: 14 September 2019
4
5
6== NAME
7
8babeltrace2-sink.utils.dummy - Babeltrace 2's dummy sink component class
9
10
11== DESCRIPTION
12
13A Babeltrace~2 compcls:sink.utils.dummy component consumes messages
14and discards them (does absolutely nothing with them).
15
16----
17 +------------------+
18 | sink.utils.dummy |
19 | |
20Messages -->@ in |
21 +------------------+
22----
23
24include::common-see-babeltrace2-intro.txt[]
25
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.
32
33
34== PORTS
35
36----
37+------------------+
38| sink.utils.dummy |
39| |
40@ in |
41+------------------+
42----
43
44
45=== Input
46
47`in`::
48 Single input port.
49
50
51include::common-footer.txt[]
52
53
54== SEE ALSO
55
56man:babeltrace2-intro(7),
57man:babeltrace2-plugin-utils(7)
This page took 0.024032 seconds and 4 git commands to generate.