From f61b98426d5cdea5f9dea390bc57d8f281069e3e Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 21 Aug 2019 15:14:52 -0700 Subject: Add profilers around current deposition --- Tools/performance_tests/functions_perftest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Tools/performance_tests/functions_perftest.py') diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py index 90e014f88..1a0767500 100644 --- a/Tools/performance_tests/functions_perftest.py +++ b/Tools/performance_tests/functions_perftest.py @@ -144,9 +144,9 @@ def read_run_perf(filename, n_steps): pattern_list = ['\nParticleContainer::Redistribute().*',\ '\nFabArray::FillBoundary().*',\ '\nFabArray::ParallelCopy().*',\ - '\nPICSAR::CurrentDeposition.*',\ - '\nPICSAR::FieldGather.*',\ - '\nPICSAR::ParticlePush.*',\ + '\nPPC::CurrentDeposition.*',\ + '\nPPC::FieldGather.*',\ + '\nPPC::ParticlePush.*',\ '\nPPC::Evolve::Copy.*',\ '\nWarpX::EvolveEM().*',\ 'Checkpoint().*',\ -- cgit v1.2.3