barectf-platform-linux-fs.c: use `CLOCK_REALTIME`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 17 Sep 2020 00:57:52 +0000 (20:57 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 17 Sep 2020 13:28:36 +0000 (09:28 -0400)
commit725e68f37963673de22ec6e9781a142adddfc5ab
treecf1d7fae9543b4806b6cfb1ed92c60326f964382
parent34c5ad8bdda2c574405c1518cc49ec1174283df6
barectf-platform-linux-fs.c: use `CLOCK_REALTIME`

Although this clock source can go back, the result is more friendly than
using `CLOCK_MONOTONIC` and having to set the clock type's offset
manually or getting invalid event record times.

I believe this is acceptable considering the demonstration purpose of
this platform.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
platforms/linux-fs/barectf-platform-linux-fs.c
This page took 0.033301 seconds and 4 git commands to generate.