OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Macros
IpplStats.h File Reference
#include "Utility/IpplInfo.h"
#include "Utility/Timer.h"
#include "Utility/Inform.h"
#include <vector>
Include dependency graph for IpplStats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IpplStats
 
struct  IpplStats::StatData
 

Macros

#define INCIPPLSTAT(stat)   Ippl::Stats->stat()
 
#define ADDIPPLSTAT(stat, amount)   Ippl::Stats->stat(amount)
 

Macro Definition Documentation

#define ADDIPPLSTAT (   stat,
  amount 
)    Ippl::Stats->stat(amount)
#define INCIPPLSTAT (   stat)    Ippl::Stats->stat()