Chombo + EB + MF  3.2
Macros | Functions | Variables
CH_Counters.H File Reference
#include <sys/time.h>
#include <iostream>
#include "FortranNameMacro.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Include dependency graph for CH_Counters.H:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ _CH_COUNTERS_H_

#define _CH_COUNTERS_H_

◆ NCOUNTERS

#define NCOUNTERS   3

Function Documentation

◆ FORTRAN_BASENAME()

struct @1 FORTRAN_BASENAME ( CH_TIMER  ,
ch_timer   
)

Referenced by ch_flops().

◆ TimerGetTimeStampWC()

double TimerGetTimeStampWC ( )
inline

◆ ch_flops()

long long int& ch_flops ( )
inline

◆ CountersInit()

void CountersInit ( )

Referenced by ch_flops().

◆ readCounters()

void readCounters ( )
inline

◆ streamDump()

void streamDump ( std::ostream &  os)

Referenced by readCounters().

Variable Documentation

◆ ch_flops

long long int ch_flops

◆ ch_counters

long long int ch_counters[NCOUNTERS]

Referenced by readCounters().

◆ ch_eventset

int ch_eventset

Referenced by readCounters().