Chombo + EB
3.2
|
#include <sys/time.h>
#include <iostream>
#include "FortranNameMacro.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Go to the source code of this file.
Macros | |
#define | _CH_COUNTERS_H_ |
#define | NCOUNTERS 3 |
Functions | |
struct { | |
long long int ch_flops | |
} | FORTRAN_BASENAME (CH_TIMER, ch_timer) |
double | TimerGetTimeStampWC () |
long long int & | ch_flops () |
void | CountersInit () |
void | readCounters () |
void | streamDump (std::ostream &os) |
Variables | |
long long int | ch_counters [NCOUNTERS] |
int | ch_eventset |
#define _CH_COUNTERS_H_ |
#define NCOUNTERS 3 |
struct @1 FORTRAN_BASENAME | ( | CH_TIMER | , |
ch_timer | |||
) |
Referenced by ch_flops().
|
inline |
|
inline |
References CH_TIMER, CountersInit(), and FORTRAN_BASENAME().
void CountersInit | ( | ) |
Referenced by ch_flops().
|
inline |
References ch_counters, ch_eventset, and streamDump().
void streamDump | ( | std::ostream & | os | ) |
Referenced by readCounters().
long long int ch_flops |
long long int ch_counters[NCOUNTERS] |
Referenced by readCounters().
int ch_eventset |
Referenced by readCounters().