aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@ludwig.cs.unc.edu>2013-11-25 17:23:23 -0500
committerNamhoon Kim <namhoonk@ludwig.cs.unc.edu>2013-11-25 17:23:23 -0500
commit52006dedc0a2ba4d8a1901e8940eb80f8c02033e (patch)
tree8560e8b25ad03f59ffecb7b624e36da0147f5133 /README
parentf4d43d7b7d23c6445f099c28e156f0cffdaae000 (diff)
First draft of C-FL-split factor supportwip-pgm-split
1) added -n option in rtspin to specify split factor
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index accdf72..c5eaca2 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ Tools and Programs
33 worst-case execution time and priod. Any additional parameters are passed on 33 worst-case execution time and priod. Any additional parameters are passed on
34 to the real-time task. 34 to the real-time task.
35 35
36* rtspin [-w] [-p <PARTITION>] [-c CLASS] WCET PERIOD DURATION 36* rtspin [-w] [-n SPLIT] [-p <PARTITION>] [-c CLASS] WCET PERIOD DURATION
37 rtspin -l 37 rtspin -l
38 A simple spin loop for emulating purely CPU-bound workloads. 38 A simple spin loop for emulating purely CPU-bound workloads.
39 Not very realistic, but a good tool for debugging. 39 Not very realistic, but a good tool for debugging.