Proceedings of the 8th ACM International Conference on Embedded Software 2008
DOI: 10.1145/1450058.1450083
|View full text |Cite
|
Sign up to set email alerts
|

Cyclic dependencies in modular performance analysis

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
23
0

Year Published

2010
2010
2017
2017

Publication Types

Select...
6
3
1

Relationship

1
9

Authors

Journals

citations
Cited by 44 publications
(23 citation statements)
references
References 7 publications
0
23
0
Order By: Relevance
“…Cyclic dependency [49] can be described as direct or indirect dependencies between two or more modules when they perform their own functions.…”
Section: Cyclic Dependencymentioning
confidence: 99%
“…Cyclic dependency [49] can be described as direct or indirect dependencies between two or more modules when they perform their own functions.…”
Section: Cyclic Dependencymentioning
confidence: 99%
“…(e) Long-term rates: In order to construct output curves α {u,l} that approximate the system behavior well also for large time intervals, we need to make sure that we follow the long-term event output rate. By long-term rate of an arrival curve α we mean the inverse of the limit lim Δ→∞ α(Δ) Δ , which always exists as detailed in [12]. The largest δ u i and the smallest δ l i of any valid upper and lower output staircase function, respectively, denote upper and lower bounds on the long-term rate of the output.…”
Section: Output Interfacementioning
confidence: 99%
“…An example of a fixed-priority scheduler, re-using the GPC component defined in Figure 3 page 3, with two tasks is written as: node fp_scheduler ( in_res : i n t ; in1 , in2 : i n t ) returns ( out1 , out2 : i n t ; out_res : i n t ) var remaining : i n t ; l e t out1 , remaining = gpc ( in1 , in_res ); out2 , out_res = gpc ( in2 , remaining ); t e l The connection from a component to another can be done in two ways. Either we compute the arrival curves for the output of the first component, and we apply the usual modular analysis for RTC (using a fixpoint computation for circular dependencies [17]), or we actually connect the Lustre nodes to do a global computation.…”
Section: B Composing Power-aware Componentsmentioning
confidence: 99%