gpufilter
GPU-Efficient Recursive Filtering and Summed-Area Tables
include/timer.h File Reference

Timer utility class definition. More...

#include <string>
#include <list>
#include <cuda_runtime.h>

Go to the source code of this file.

Classes

class  gpufilter::base_timer
 Base timer class. More...
class  gpufilter::gpu_timer
 GPU specialization of the timer class. More...
class  gpufilter::cpu_timer
 CPU specialization of the timer class. More...
class  gpufilter::scoped_timer_stop
 Scope-limited timer class. More...
class  gpufilter::timer_pool
 Pool of timers. More...
struct  gpufilter::timer_pool::timer_data
 Each timer data in the pool of timers. More...

Namespaces

namespace  gpufilter
 

Main namespace for the gpufilter library.


Variables

timer_pool gpufilter::timers
 Global pool of timers.

Detailed Description

Timer utility class definition.

Author:
Rodolfo Lima
Date:
January, 2011