Add new option --clock-offset-ns
authorIkaheimonen, JP <jp_ikaheimonen@mentor.com>
Thu, 2 May 2013 14:19:33 +0000 (10:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 May 2013 14:19:33 +0000 (10:19 -0400)
commit65923160260ca0d5928db5d8840e76576cb429c4
treec4987d28bbd15bfafa90ed15b1d5497bf31455c0
parent888ec52a298af05ca3492e4eae0f1e2b1925e859
Add new option --clock-offset-ns

Add a new option --clock-offset-ns. It requires a parameter
that specifies a clock offset (in nanoseconds) that is added
to each timestamp.

This works exactly as the option --clock-offset, except that
the value is given in nanoseconds instead of full seconds.

The two options --clock-offset and --clock-offset-ns are
compatible with each other, and it's possible to give both.
For example, having the options

--clock-offset 2 --clock-offset-ns 1000000

means that 2.001 seconds is added to each timestamp.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace.c
formats/ctf/ctf.c
include/babeltrace/babeltrace-internal.h
This page took 0.024324 seconds and 4 git commands to generate.