Re: using monotonic clok for timstamping

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/02/16 11:22, Lars-Peter Clausen wrote:
> On 02/03/2016 11:55 AM, Gregor Boirie wrote:
>> Dear  all,
>>
>> Our application relies on precise and monotonic timestamping of IMU samples
>> (and other sensors).
>> I am wondering what reasons / use cases led to the choice of realtime clock
>> to implement
>> iio_get_time_ns (not to mention time gaps that may be seen after wake up
>> from sleep states).
> 
> It's more of an oversight than a deliberate design decision. I noticed this
> problem as well a while ago and wanted to re-write things to use the
> monotonic clock, but then realized that this would be a ABI change so
> dropped it and forgot about it again.
There are certainly cases where the other clock would make sense (for slow
sampling device where being as correct as possible is the most important
thing).

However as Lars observed it was as well considered a choice as it should have
been as this dates back all the way.
> 
>>
>> As a dirty hack, I simply rewrote iio_get_time_ns on our platform. But I
>> suspect it would be usefull as
>> a long term solution, to give userland the ability to choose a particular
>> posix clock (realtime, monotonic,
>> etc...) on a per device and / or driver basis through a sysfs attribute for
>> example.
> 
> This is probably the only viable solution while keeping the ABI backwards
> compatible.
Agreed - preference for per device instance sysfs attribute.
If it were just the buffered timestamp readings, we could make it an attribute
for that single channel, but timestamps are also used with events and we
would therefore probably want it to be consistent for a whole instance of the
device.

Jonathan
> 
> - Lars
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux