From 74a4a795f121a8853653d7c490793e024ff7cb81 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Tue, 17 Sep 2024 14:18:57 -0700 Subject: [PATCH] Update Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp --- Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp b/Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp index 064fe1ef184..1294c61cdce 100644 --- a/Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp +++ b/Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp @@ -42,9 +42,9 @@ computePhiIGF ( amrex::MultiFab const & rho, { using namespace amrex::literals; - BL_PROFILE_VAR_NS("IGF FFTs", timer_ffts); - BL_PROFILE_VAR_NS("IGF FFT plans", timer_plans); - BL_PROFILE_VAR_NS("IGF parallel copies", timer_pcopies); + BL_PROFILE_VAR_NS("ablastr::fields::computePhiIGF: FFTs", timer_ffts); + BL_PROFILE_VAR_NS("ablastr::fields::computePhiIGF: FFT plans", timer_plans); + BL_PROFILE_VAR_NS("ablastr::fields::computePhiIGF: parallel copies", timer_pcopies); #if defined(ABLASTR_USE_FFT) && defined(ABLASTR_USE_HEFFTE) {