diff options
author | 2020-09-14 11:24:15 -0700 | |
---|---|---|
committer | 2020-09-14 11:24:15 -0700 | |
commit | 15ede66769e86a2d425714fee0bf1c75a870460d (patch) | |
tree | 735d8605619b3e97eb202b0c6cd32b4795500af0 /Source/Laser/LaserParticleContainer.cpp | |
parent | 4bf06e303c05505511c82d280907d9abf3464e67 (diff) | |
download | WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.tar.gz WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.tar.zst WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.zip |
Clean up profiling labels (#1320)
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Laser/LaserParticleContainer.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Laser/LaserParticleContainer.cpp b/Source/Laser/LaserParticleContainer.cpp index 18b1e01fe..f18951443 100644 --- a/Source/Laser/LaserParticleContainer.cpp +++ b/Source/Laser/LaserParticleContainer.cpp @@ -392,11 +392,8 @@ LaserParticleContainer::Evolve (int lev, const MultiFab*, const MultiFab*, const MultiFab*, Real t, Real dt, DtType /*a_dt_type*/) { - WARPX_PROFILE("Laser::Evolve()"); - WARPX_PROFILE_VAR_NS("Laser::Evolve::Copy", blp_copy); - WARPX_PROFILE_VAR_NS("Laser::ParticlePush", blp_pp); - WARPX_PROFILE_VAR_NS("Laser::CurrentDepo", blp_cd); - WARPX_PROFILE_VAR_NS("Laser::Evolve::Accumulate", blp_accumulate); + WARPX_PROFILE("LaserParticleContainer::Evolve()"); + WARPX_PROFILE_VAR_NS("LaserParticleContainer::Evolve::ParticlePush", blp_pp); Real t_lab = t; if (WarpX::gamma_boost > 1) { |