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.
See Also
HPL_timer_cputime
,
HPL_timer
.