WarpX
Macros
WarpXProfilerWrapper.H File Reference
#include <AMReX_BLProfiler.H>

Go to the source code of this file.

Macros

#define WARPX_PROFILE(fname)   BL_PROFILE(fname)
 
#define WARPX_PROFILE_VAR(fname, vname)   BL_PROFILE_VAR(fname, vname)
 
#define WARPX_PROFILE_VAR_NS(fname, vname)   BL_PROFILE_VAR_NS(fname, vname)
 
#define WARPX_PROFILE_VAR_START(vname)   BL_PROFILE_VAR_START(vname)
 
#define WARPX_PROFILE_VAR_STOP(vname)   BL_PROFILE_VAR_STOP(vname)
 
#define WARPX_PROFILE_REGION(rname)   BL_PROFILE_REGION(rname)
 

Macro Definition Documentation

◆ WARPX_PROFILE

#define WARPX_PROFILE (   fname)    BL_PROFILE(fname)

◆ WARPX_PROFILE_REGION

#define WARPX_PROFILE_REGION (   rname)    BL_PROFILE_REGION(rname)

◆ WARPX_PROFILE_VAR

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

◆ WARPX_PROFILE_VAR_NS

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

◆ WARPX_PROFILE_VAR_START

#define WARPX_PROFILE_VAR_START (   vname)    BL_PROFILE_VAR_START(vname)

◆ WARPX_PROFILE_VAR_STOP

#define WARPX_PROFILE_VAR_STOP (   vname)    BL_PROFILE_VAR_STOP(vname)