Skip to content
Snippets Groups Projects
  1. Dec 07, 2018
  2. Dec 05, 2018
  3. Nov 28, 2018
  4. Nov 27, 2018
  5. Nov 26, 2018
  6. Nov 23, 2018
  7. Nov 22, 2018
  8. Nov 14, 2018
  9. Nov 07, 2018
  10. Nov 05, 2018
  11. Nov 02, 2018
    • Bas Nijholt's avatar
      fix two bugs related to overhead · 2b8d7492
      Bas Nijholt authored
      We were always dividing the total function execution time by
      the number of cores, however sometimes the user sets 'ntasks'
      so instead we should divide by '_get_max_tasks()'.
      
      Also the future start_time wasn't measured in the case where
      one uses a SequentialExecutor because the Future that is
      returned already contains the result.
      2b8d7492
Loading