STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Macros
counter/config.hpp File Reference
+ Include dependency graph for counter/config.hpp:

Macros

#define STAPL_PAPI_TIMER   1
 
#define STAPL_MPI_WTIME_TIMER   2
 
#define STAPL_CLOCK_GETTIME_TIMER   3
 
#define STAPL_GETTIMEOFDAY_TIMER   4
 
#define STAPL_GETRUSAGE_TIMER   5
 
#define STAPL_GETTICKCOUNT_TIMER   6
 
#define STAPL_USE_TIMER   STAPL_GETTIMEOFDAY_TIMER
 

Detailed Description

Chooses a suitable set of counters based on user preference and platform.

The user can override the platform-preferred counters by defining STAPL_USE_TIMER at compile-time.