lisa.analysis.rta.RefTime#
- class lisa.analysis.rta.RefTime(kernel: float, user: float)[source]#
Bases:
NamedTuple
Named tuple to synchronize kernel and userspace (
rt-app
) timestamps.Named tuple to synchronize kernel and userspace (
rt-app
) timestamps.Attributes
Alias for field number 0.
Alias for field number 1.
Methods
Create new instance of RefTime(kernel, user).
Attributes#
- RefTime.__match_args__ = ('kernel', 'user')#