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) --- .../FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp') 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,3>& current, const std::unique_ptr& 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,3>& current) { // Profiling - WARPX_PROFILE("PsatdAlgorithm::VayDeposition"); + WARPX_PROFILE("PsatdAlgorithm::VayDeposition()"); using Idx = SpectralFieldIndex; -- cgit v1.2.3