Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
epoch during which to measure timers More...
#include <timer.h>
Public Member Functions | |
Timer_epoch (char const *name_) | |
~Timer_epoch () | |
void | begin () |
void | end () |
Data Fields | |
char const * | name |
CTF::Timer_epoch::Timer_epoch | ( | char const * | name_ | ) |
Definition at line 320 of file int_timer.cxx.
References CTF::Function_timer::name.
void CTF::Timer_epoch::begin | ( | ) |
Definition at line 326 of file int_timer.cxx.
References CTF::excl_time, and CTF::Function_timer::name.
Referenced by apsp(), bench_redistribution(), btwn_cnt(), main(), matmul(), setup_3d_Poisson(), setup_unstructured(), sparse_mp3(), and test_alg_multigrid().
void CTF::Timer_epoch::end | ( | ) |
Definition at line 339 of file int_timer.cxx.
Referenced by apsp(), bench_redistribution(), btwn_cnt(), main(), matmul(), setup_3d_Poisson(), setup_unstructured(), sparse_mp3(), and test_alg_multigrid().