WarpX
Loading...
Searching...
No Matches
WarpXProfilerWrapper.H File Reference
#include <AMReX_BLProfiler.H>

Go to the source code of this file.

Macros

#define WARPX_PROFILE(fname)
 
#define WARPX_PROFILE_VAR(fname, vname)
 
#define WARPX_PROFILE_VAR_NS(fname, vname)
 
#define WARPX_PROFILE_VAR_START(vname)
 
#define WARPX_PROFILE_VAR_STOP(vname)
 
#define WARPX_PROFILE_REGION(rname)
 

Macro Definition Documentation

◆ WARPX_PROFILE

#define WARPX_PROFILE ( fname)
Value:
BL_PROFILE(fname)
#define BL_PROFILE(a)

◆ WARPX_PROFILE_REGION

#define WARPX_PROFILE_REGION ( rname)
Value:
#define BL_PROFILE_REGION(rname)

◆ WARPX_PROFILE_VAR

#define WARPX_PROFILE_VAR ( fname,
vname )
Value:
BL_PROFILE_VAR(fname, vname)
#define BL_PROFILE_VAR(fname, vname)

◆ WARPX_PROFILE_VAR_NS

#define WARPX_PROFILE_VAR_NS ( fname,
vname )
Value:
BL_PROFILE_VAR_NS(fname, vname)
#define BL_PROFILE_VAR_NS(fname, vname)

◆ WARPX_PROFILE_VAR_START

#define WARPX_PROFILE_VAR_START ( vname)
Value:
#define BL_PROFILE_VAR_START(vname)

◆ WARPX_PROFILE_VAR_STOP

#define WARPX_PROFILE_VAR_STOP ( vname)
Value:
#define BL_PROFILE_VAR_STOP(vname)