Loading...
Searching...
No Matches
Go to the documentation of this file.
8#ifndef WARPX_PROFILERWRAPPER_H_
9#define WARPX_PROFILERWRAPPER_H_
13#define WARPX_PROFILE(fname) BL_PROFILE(fname)
14#define WARPX_PROFILE_VAR(fname, vname) BL_PROFILE_VAR(fname, vname)
15#define WARPX_PROFILE_VAR_NS(fname, vname) BL_PROFILE_VAR_NS(fname, vname)
16#define WARPX_PROFILE_VAR_START(vname) BL_PROFILE_VAR_START(vname)
17#define WARPX_PROFILE_VAR_STOP(vname) BL_PROFILE_VAR_STOP(vname)
18#define WARPX_PROFILE_REGION(rname) BL_PROFILE_REGION(rname)