Ver código fonte

comment about scheduler overhead

Samuel Thibault 12 anos atrás
pai
commit
7da73d5bf4
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      doc/chapters/perf-optimization.texi

+ 5 - 0
doc/chapters/perf-optimization.texi

@@ -132,6 +132,11 @@ possibility according to task size, one can run
 @code{tests/microbenchs/tasks_size_overhead.sh} which draws curves of the
 speedup of independent tasks of very small sizes.
 
+The choice of scheduler also has impact over the overhead: for instance, the
+@code{dmda} scheduler takes time to make a decision, while @code{eager} does
+not. @code{tasks_size_overhead.sh} can again be used to get a grasp at how much
+impact that has on the target machine.
+
 @node Task submission
 @section Task submission