clSPARSE  v0.10.0.0
a software library containing Sparse functions written in OpenCL
Classes | Macros
clsparseTimer.hpp File Reference

A timer class that provides a cross platform timer for use in timing code progress with a high degree of accuracy. This class is implemented entirely in the header, to facilitate inclusion into multiple projects without needing to compile an object file for each project. More...

#include <vector>
#include <functional>
#include <string>
#include <stdexcept>
#include <CL/cl.h>
#include "clSPARSE-error.h"

Go to the source code of this file.

Classes

class  clsparseTimer
 Counter that provides a fairly accurate timing mechanism for both windows and linux. This timer is used extensively in all the samples. More...
 

Detailed Description

A timer class that provides a cross platform timer for use in timing code progress with a high degree of accuracy. This class is implemented entirely in the header, to facilitate inclusion into multiple projects without needing to compile an object file for each project.