timestampNanos property

int timestampNanos
final

The precise time at which this edge ocurred determined by the kernel using the system monotonic clock. This is not a realtime timestamp and only useful for relative measuring, e.g. measuring the delta between two signal events. The system realtime clock on the other hand may fluctuate so it's not 100% accurate.

Implementation

final int timestampNanos;