diff options
author | 2019-05-01 17:50:03 -0700 | |
---|---|---|
committer | 2019-05-01 17:50:03 -0700 | |
commit | d3b437639daec29e342810ebee7a5abd8bb73d35 (patch) | |
tree | 6103273f4f4af1d3e3a9fa7113c8574ab0acdd7d /Source/Utils/WarpXUtil.cpp | |
parent | 85c4888a0c13758a030df5b7cd4071e960071149 (diff) | |
download | WarpX-d3b437639daec29e342810ebee7a5abd8bb73d35.tar.gz WarpX-d3b437639daec29e342810ebee7a5abd8bb73d35.tar.zst WarpX-d3b437639daec29e342810ebee7a5abd8bb73d35.zip |
add TinyProfiler in Nullify
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r-- | Source/Utils/WarpXUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp index a05fcd41f..41e944957 100644 --- a/Source/Utils/WarpXUtil.cpp +++ b/Source/Utils/WarpXUtil.cpp @@ -101,6 +101,7 @@ void ConvertLabParamsToBoost() * zmin and zmax. */ void NullifyMF(amrex::MultiFab& mf, int lev, amrex::Real zmin, amrex::Real zmax){ + BL_PROFILE("WarpX::NullifyMF()"); #ifdef _OPENMP #pragma omp parallel if (Gpu::notInLaunchRegion()) #endif |