aboutsummaryrefslogtreecommitdiffstats
path: root/schedcat/overheads/fp.py
Commit message (Collapse)AuthorAge
* Do not overwrite Task.jitter in FP overhead accountingBjoern Brandenburg2013-02-12
| | | | | If the parameter already exists, then it should be inflated, not overwritten.
* Import refactored schedcat codebaseBjoern Brandenburg2012-02-02
Based on the code available at http://www.cs.unc.edu/~bbb/diss, this is a cleaned-up version of schedcat intended to serve as the basis for all further development. Notable improvements: more unit tests and a cleaner module structure.