Fix: sink.text.pretty: do not always update last timestamp
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 4 Mar 2019 19:36:51 +0000 (14:36 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit9c20247642e658f26d273e0de28a75932e11561d
treef39e00afb36680c9d19aa87a564cbe5bf50a1821
parent54bdc1f700f9e771d6307c60852a7fd4f5051c48
Fix: sink.text.pretty: do not always update last timestamp

We use print_timestamp_cycles() and print_timestamp_wall() in
print_discarded_elements_msg(), but those must not update the
component's last known timestamp because this is used to compute the
time delta between event messages.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/text/pretty/print.c
This page took 0.024487 seconds and 4 git commands to generate.