lisa.analysis.rta.PhaseWindow#
- class lisa.analysis.rta.PhaseWindow(id: int, start: float, end: float, properties: Dict[str, object])[source]#
Bases:
NamedTuple
Time window for the execution of an
rt-app
phase.Time window for the execution of an
rt-app
phase.Attributes
Timestamp of the end of the phase.
Integer ID of the phase or its name.
Properties of the phase, extracted from a
lisa.wlgen.rta
profile.Timestamp of the start of the phase.
Methods
Create new instance of PhaseWindow(id, start, end, properties).
Attributes#
- PhaseWindow.__match_args__ = ('id', 'start', 'end', 'properties')#
- PhaseWindow.properties: Dict[str, object]#
Properties of the phase, extracted from a
lisa.wlgen.rta
profile.