PostProcess

onera.pmlanalyzer.views.interference.operators.PostProcess$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Ops

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 Object
trait Matchable
class Any

A platform is post processable

A platform is post processable

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def parseScenarioFile(source: BufferedSource): Array[Seq[String]]

Givens

Givens

A platform is post processable

A platform is post processable

Attributes