timeflux.nodes.debug


Simple debugging nodes

debug

class timeflux.nodes.debug.Display(meta=False, data=True)[source]

Bases: timeflux.core.node.Node

Display input.

Instantiate the node.

update()[source]

Update the input and output ports.

class timeflux.nodes.debug.Dump(fname='/tmp/dump.csv')[source]

Bases: timeflux.core.node.Node

Dump to CSV.

Instantiate the node.

update()[source]

Update the input and output ports.

class timeflux.nodes.debug.Latency[source]

Bases: timeflux.core.node.Node

Mesure Latency.

Instantiate the node.

update()[source]

Update the input and output ports.