Переглянути джерело

Explain what "heft" means.

Cyril Roelandt 13 роки тому
батько
коміт
16bc94186f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      doc/chapters/perf-optimization.texi

+ 1 - 1
doc/chapters/perf-optimization.texi

@@ -134,7 +134,7 @@ buffers.
 The @b{dmdas} (deque model data aware sorted) scheduler is similar to dmda, it
 also supports arbitrary priority values.
 
-The @b{heft} (HEFT) scheduler is similar to dmda, it also supports task bundles.
+The @b{heft} (heterogeneous earliest finish time) scheduler is similar to dmda, it also supports task bundles.
 
 The @b{pheft} (parallel HEFT) scheduler is similar to heft, it also supports
 parallel tasks (still experimental).