Name
HPL_timer_walltime Return the elapsed (wall-clock) time.
Synopsis
#include <hpl.h>
double
HPL_timer_walltime();
Description
HPL_timer_walltime
returns the elapsed (wall-clock) time.
If HPL_USE_PentiumCPS is defined to be the clock cycle per second on
an i[56]86 Intel processor (e.g., HPL_USE_PentiumCPS is defined to be
300 on a 300 Mhz Pentium processor), we read the internal processor
counters. Otherwise we use the gettimeofday() function that returns
the wall-clock time of the system (default).
See Also
HPL_timer_cputime,
HPL_timer