ViennaCL - The Vienna Computing Library  1.5.1
Data Structures | Namespaces
timer.hpp File Reference

A simple, yet (mostly) sufficiently accurate timer for benchmarking and profiling. More...

#include <iostream>
#include <sys/time.h>

Go to the source code of this file.

Data Structures

class  timer
 Simple timer class based on gettimeofday (POSIX) or QueryPerformanceCounter (Windows). More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::tools
 Namespace for various tools used within ViennaCL.
 

Detailed Description

A simple, yet (mostly) sufficiently accurate timer for benchmarking and profiling.