MAGMA  2.7.1
Matrix Algebra for GPU and Multicore Architectures
 All Classes Files Functions Friends Groups Pages

Functions

double magma_wtime (void)
 
double magma_sync_wtime (magma_queue_t queue)
 Calls magma_queue_sync() to synchronize, then returns current time. More...
 
void magmaf_wtime (double *time)
 Version of magma_wtime() that is callable from Fortran. More...
 

Detailed Description

Function Documentation

double magma_wtime ( void  )
Returns
Current wall-clock time in seconds. Resolution is from gettimeofday.
double magma_sync_wtime ( magma_queue_t  queue)

Calls magma_queue_sync() to synchronize, then returns current time.

Parameters
[in]queueQueue to synchronize.
Returns
Current wall-clock time in seconds. Resolution is from gettimeofday.
void magmaf_wtime ( double *  time)

Version of magma_wtime() that is callable from Fortran.

Parameters
[out]timeOn output, set to current wall-clock time in seconds. Resolution is from gettimeofday.