From 15ede66769e86a2d425714fee0bf1c75a870460d Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:24:15 -0700 Subject: Clean up profiling labels (#1320) --- Source/Particles/WarpXParticleContainer.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Source/Particles/WarpXParticleContainer.cpp') diff --git a/Source/Particles/WarpXParticleContainer.cpp b/Source/Particles/WarpXParticleContainer.cpp index 5ca18bebe..44ebde7af 100644 --- a/Source/Particles/WarpXParticleContainer.cpp +++ b/Source/Particles/WarpXParticleContainer.cpp @@ -238,9 +238,8 @@ WarpXParticleContainer::DepositCurrent(WarpXParIter& pti, const std::array& dx = WarpX::CellSize(std::max(depos_lev,0)); Real q = this->charge; - WARPX_PROFILE_VAR_NS("PPC::Evolve::Accumulate", blp_accumulate); - WARPX_PROFILE_VAR_NS("PPC::CurrentDeposition", blp_deposit); - + WARPX_PROFILE_VAR_NS("WarpXParticleContainer::DepositCurrent::CurrentDeposition", blp_deposit); + WARPX_PROFILE_VAR_NS("WarpXParticleContainer::DepositCurrent::Accumulate", blp_accumulate); // Get tile box where current is deposited. // The tile box is different when depositing in the buffers (depos_lev& dx = WarpX::CellSize(std::max(depos_lev,0)); const Real q = this->charge; - WARPX_PROFILE_VAR_NS("PPC::ChargeDeposition", blp_ppc_chd); - WARPX_PROFILE_VAR_NS("PPC::Evolve::Accumulate", blp_accumulate); + WARPX_PROFILE_VAR_NS("WarpXParticleContainer::DepositCharge::ChargeDeposition", blp_ppc_chd); + WARPX_PROFILE_VAR_NS("WarpXParticleContainer::DepositCharge::Accumulate", blp_accumulate); // Get tile box where charge is deposited. // The tile box is different when depositing in the buffers (depos_lev