What can be excluded from total execution time?

What can be excluded from total execution time?

Portrait de Daniel Trebbien

The problem description states:

For most accurate timing results, submission codes would include timing code to measure and print total execution time to stdout

What can be excluded from the total execution time, if anything?

Can we exclude time needed to:

  1. Construct a tbb::task_scheduler_init object
  2. Read the input file
  3. Construct an in-memory representation of the Masyu puzzle (this is part of parsing the input file)
  4. Write the solution (or a message that no solution exists) to the output file
2 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Rama Kishan Malladi (Intel)

Hi,
We would measure the total execution of the application. So, we would not exclude any steps/ stages that you have indicated.

Thanks
-Rama

Connectez-vous pour laisser un commentaire.