Functions | |
| Float | cps::dclock (void) |
| Gets the wall-clock time. | |
| Float | cps::print_time (const char *cname, const char *fname, Float time) |
| Float | cps::print_flops (unsigned long long nflops, Float time) |
| Prints the FLOPS rate to stdout. | |
| Float | cps::print_flops (char *cname, char *fname, unsigned long long nflops, Float time) |
| Prints the FLOPS rate to stdout. | |
| Float | cps::print_flops (unsigned long long nflops, struct timeval *start, struct timeval *end) |
| Prints the FLOPS rate to stdout. | |
| Float | cps::print_flops (char *cname, char *fname, unsigned long long nflops, struct timeval *start, struct timeval *end) |
| Prints the FLOPS rate to stdout. | |
|
|
||||||||||||||||||||||||
|
Prints the FLOPS rate to stdout. The user counts the operations and calls gettimeofday before they start and after they finish to get the elapsed time. The class name and method name are printed with the FLOPS rate.
Definition at line 66 of file time.C. References cps::MPISCU::printf(), and cps::UniqueID(). Referenced by AsqD::Dslash(), cps::moveFloat(), cps::moveMem(), cps::moveVec(), cps::p4_dirac(), cps::p4_dMdmu(), cps::print_flops(), and cps::wilson_dslash(). |
|
||||||||||||||||
|
Prints the FLOPS rate to stdout. The user counts the operations and calls gettimeofday before they start and after they finish to get the elapsed time.
Definition at line 46 of file time.C. References cps::MPISCU::printf(), and cps::UniqueID(). |
|
||||||||||||||||||||
|
Prints the FLOPS rate to stdout. The user counts the operations and calls dclock before they start and after they finish to get the elapsed time. The class name and method name are printed with the FLOPS rate.
Definition at line 102 of file time.C. References cps::print_flops(), cps::MPISCU::printf(), and cps::UniqueID(). |
|
||||||||||||
|
||||||||||||||||
|
The user counts the operations and calls dclock before they start and after they finish to get the elapsed time.
Definition at line 79 of file time.C. References cps::MPISCU::printf(), and cps::UniqueID(). Referenced by cps::dwf_m(), cps::QPropW::Run(), wfm_dslash_two(), cps::LatRngWrite::write(), and cps::FdwfBase::~FdwfBase(). |
1.3.9.1