PostProcess
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- PostProcess.type
Members list
Type members
Classlikes
If an element x of type T can be post processed then the operator can be used as follows:
If an element x of type T can be post processed then the operator can be used as follows:
If y is a pml.model.hardware.Platform then we can compare the interferences computed for x and y
x.interferenceDiff(y)
Try to find and parse itf results for the considered element
x.parseITFScenarioFile()
Try to find and parse the n-itf results for the considered element
x.parseITFScenarioFile(n)
Try to find and parse the n-itf-free results for the considered element
x.parseFreeScenarioFile(n)
Compute for each hardware component the number of up to n-itf scenario where the component is involved in the interference channel. The result is provided in a file of the analysis directory
x.sortPLByITFImpact(n)
Compute for each multi path transaction the number of up to itf scenario involving at least one of its branches The result is provided in a file of the analysis directory
x.sortMultiPathByITFImpact(n)
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
A platform is post processable
A platform is post processable
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Value members
Concrete methods
Givens
Givens
A platform is post processable
A platform is post processable