Home
last modified time | relevance | path

Searched defs:execution_time (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/game_of_life/
H A DEvolution.cpp53 void SequentialEvolution::Run(double execution_time, int nthread) { in Run()
95 void ParallelEvolution::Run(double execution_time, int nthread) { in Run()
H A DGame_of_life.cpp36 double execution_time; //! time for game of life iterations variable