diff options
author | 2020-09-14 11:24:15 -0700 | |
---|---|---|
committer | 2020-09-14 11:24:15 -0700 | |
commit | 15ede66769e86a2d425714fee0bf1c75a870460d (patch) | |
tree | 735d8605619b3e97eb202b0c6cd32b4795500af0 /Source/Particles/Sorting | |
parent | 4bf06e303c05505511c82d280907d9abf3464e67 (diff) | |
download | WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.tar.gz WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.tar.zst WarpX-15ede66769e86a2d425714fee0bf1c75a870460d.zip |
Clean up profiling labels (#1320)
Diffstat (limited to 'Source/Particles/Sorting')
-rw-r--r-- | Source/Particles/Sorting/Partition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/Sorting/Partition.cpp b/Source/Particles/Sorting/Partition.cpp index b78cffa6c..455c3ffb8 100644 --- a/Source/Particles/Sorting/Partition.cpp +++ b/Source/Particles/Sorting/Partition.cpp @@ -48,7 +48,7 @@ PhysicalParticleContainer::PartitionParticlesInBuffers( iMultiFab const* gather_masks, RealVector& uxp, RealVector& uyp, RealVector& uzp, RealVector& wp) { - WARPX_PROFILE("PPC::Evolve::partition"); + WARPX_PROFILE("PhysicalParticleContainer::PartitionParticlesInBuffers"); // Initialize temporary arrays Gpu::DeviceVector<int> inexflag; |