瀏覽代碼

document dmdasd

Samuel Thibault 8 年之前
父節點
當前提交
460c8fb0ed
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      doc/doxygen/chapters/320_scheduling.doxy

+ 5 - 0
doc/doxygen/chapters/320_scheduling.doxy

@@ -95,6 +95,11 @@ except that it sorts tasks by priority order, which allows to become even closer
 to HEFT by respecting priorities after having made the scheduling decision (but
 to HEFT by respecting priorities after having made the scheduling decision (but
 it still schedules tasks in the order they become available).
 it still schedules tasks in the order they become available).
 
 
+The <b>dmdasd</b> (deque model data aware sorted decision) scheduler is similar
+to dmdas, except that when scheduling a task, it takes into account its priority
+when computing the minimum completion time, since this task may get executed
+before others, and thus the latter should be ignored.
+
 The <b>heft</b> (heterogeneous earliest finish time) scheduler is a deprecated
 The <b>heft</b> (heterogeneous earliest finish time) scheduler is a deprecated
 alias for <b>dmda</b>.
 alias for <b>dmda</b>.