#include <sys/time.h>
#include <iostream>
#include "FortranNameMacro.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Go to the source code of this file.
Defines | |
#define | NCOUNTERS 3 |
Functions | |
double | TimerGetTimeStampWC () |
long long int & | ch_flops () |
void | CountersInit () |
void | readCounters () |
void | streamDump (std::ostream &os) |
Variables | |
struct { | |
long long int ch_flops | |
} | CH_TIMER |
struct { | |
long long int ch_flops | |
} | ch_timer |
long long int | ch_counters [NCOUNTERS] |
int | ch_eventset |
#define NCOUNTERS 3 |
double TimerGetTimeStampWC | ( | ) | [inline] |
long long int& ch_flops | ( | ) | [inline] |
References ch_timer, CH_TIMER, and FORTRAN_BASENAME.
void CountersInit | ( | ) |
void readCounters | ( | ) | [inline] |
References ch_counters, and ch_eventset.
void streamDump | ( | std::ostream & | os | ) |
long long int ch_flops |
Referenced by AggStencil< srcData_t, dstData_t >::apply(), TraceTimer::leafStart(), and TraceTimer::leafStop().
struct { ... } CH_TIMER |
struct { ... } ch_timer |
Referenced by ch_flops().
long long int ch_counters[NCOUNTERS] |
Referenced by readCounters().
int ch_eventset |
Referenced by readCounters().