ViennaCL - The Vienna Computing Library  1.5.0
Data Structures | Namespaces
viennacl/tools/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

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  viennacl::tools
 

Namespace for various tools used within ViennaCL.



Detailed Description

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