#include "defines.h"
Go to the source code of this file.
Classes | |
struct | timer |
Internal timer object. More... | |
Namespaces | |
namespace | af |
Typedefs | |
typedef struct af::timer | timer |
Internal timer object. | |
Functions | |
double | timeit (void(*fn)()) |
Robust timing of a function (both CPU or GPU). |