#include <arrayfire.h>
Static Public Member Functions | |
static timer | start () |
Start a timer. | |
static double | stop () |
Return elapsed seconds since last start() | |
static double | stop (timer start) |
Return elapsed seconds since start . | |
Public Attributes | |
struct timeval | val |
Internal timer object
static timer af::timer::start | ( | ) | [static] |
Start a timer.
static double af::timer::stop | ( | ) | [static] |
Return elapsed seconds since last start()
static double af::timer::stop | ( | timer | start | ) | [static] |
Return elapsed seconds since start
.
struct timeval af::timer::val |