Parcourir la source

Explain what "heft" means.

Cyril Roelandt il y a 13 ans
Parent
commit
16bc94186f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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).