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