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/Parallelization/WarpXComm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Parallelization/WarpXComm.cpp') diff --git a/Source/Parallelization/WarpXComm.cpp b/Source/Parallelization/WarpXComm.cpp index 79bcce2f4..ac619a937 100644 --- a/Source/Parallelization/WarpXComm.cpp +++ b/Source/Parallelization/WarpXComm.cpp @@ -57,7 +57,7 @@ WarpX::ExchangeWithPmlF (int lev) void WarpX::UpdateAuxilaryData () { - WARPX_PROFILE("UpdateAuxilaryData()"); + WARPX_PROFILE("WarpX::UpdateAuxilaryData()"); if (Bfield_aux[0][0]->ixType() == Bfield_fp[0][0]->ixType()) { UpdateAuxilaryDataSameType(); @@ -673,7 +673,7 @@ WarpX::FillBoundaryAux (int lev, IntVect ng) void WarpX::SyncCurrent () { - WARPX_PROFILE("SyncCurrent()"); + WARPX_PROFILE("WarpX::SyncCurrent()"); // Restrict fine patch current onto the coarse patch, before // summing the guard cells of the fine patch @@ -708,7 +708,7 @@ WarpX::SyncCurrent () void WarpX::SyncRho () { - WARPX_PROFILE("SyncRho()"); + WARPX_PROFILE("WarpX::SyncRho()"); if (!rho_fp[0]) return; const int ncomp = rho_fp[0]->nComp(); -- cgit v1.2.3