aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver
diff options
context:
space:
mode:
authorGravatar Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2020-09-14 11:24:15 -0700
committerGravatar GitHub <noreply@github.com> 2020-09-14 11:24:15 -0700
commit15ede66769e86a2d425714fee0bf1c75a870460d (patch)
tree735d8605619b3e97eb202b0c6cd32b4795500af0 /Source/FieldSolver/SpectralSolver
parent4bf06e303c05505511c82d280907d9abf3464e67 (diff)
downloadWarpX-15ede66769e86a2d425714fee0bf1c75a870460d.tar.gz
WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.tar.zst
WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.zip
Clean up profiling labels (#1320)
Diffstat (limited to 'Source/FieldSolver/SpectralSolver')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp
index 89138641f..631004325 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp
@@ -224,7 +224,7 @@ PsatdAlgorithm::CurrentCorrection (SpectralFieldData& field_data,
std::array<std::unique_ptr<amrex::MultiFab>,3>& current,
const std::unique_ptr<amrex::MultiFab>& rho) {
// Profiling
- WARPX_PROFILE( "PsatdAlgorithm::CurrentCorrection" );
+ WARPX_PROFILE("PsatdAlgorithm::CurrentCorrection()");
using Idx = SpectralFieldIndex;
@@ -301,7 +301,7 @@ void
PsatdAlgorithm::VayDeposition (SpectralFieldData& field_data,
std::array<std::unique_ptr<amrex::MultiFab>,3>& current) {
// Profiling
- WARPX_PROFILE("PsatdAlgorithm::VayDeposition");
+ WARPX_PROFILE("PsatdAlgorithm::VayDeposition()");
using Idx = SpectralFieldIndex;