1HPL_timer_walltime(3) HPL Library Functions HPL_timer_walltime(3)
23
4
NAME
6HPL_timer_walltime - Return the elapsed (wall-clock) time.
7
SYNOPSIS
9#include "hpl.h"
1011
double HPL_timer_walltime();
12
DESCRIPTION
14HPL_timer_walltime returns the elapsed (wall-clock) time.
15
SEE ALSO
17HPL_timer_cputime (3), HPL_timer (3).
1819
20
21
HPL 2.2 February 24, 2016 HPL_timer_walltime(3)