#include <config.h>
#include <util/data_types.h>
#include <sys/time.h>
Go to the source code of this file.
Namespaces | |
| namespace | cps |
Functions | |
| Float | dclock (void) |
| Gets the wall-clock time. | |
| Float | print_time (const char *cname, const char *fname, Float time) |
| Float | print_flops (unsigned long long nflops, Float time) |
| Prints the FLOPS rate to stdout. | |
| Float | print_flops (char *cname, char *fname, unsigned long long nflops, Float time) |
| Prints the FLOPS rate to stdout. | |
| Float | print_flops (unsigned long long nflops, struct timeval *start, struct timeval *end) |
| Prints the FLOPS rate to stdout. | |
| Float | print_flops (char *cname, char *fname, unsigned long long nflops, struct timeval *start, struct timeval *end) |
| Prints the FLOPS rate to stdout. | |
Definition in file time_cps.h.
1.3.9.1