Prechádzať zdrojové kódy

Explain what "heft" means.

Cyril Roelandt 13 rokov pred
rodič
commit
16bc94186f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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).