diff options
author | 2019-10-23 17:54:27 -0400 | |
---|---|---|
committer | 2019-10-23 17:54:27 -0400 | |
commit | cc70af6c0413fe44088cf75ff34f2b3920916762 (patch) | |
tree | 3d118fede6f0912827bd0dc5d4726ae3e8e61500 /Tools/performance_tests/functions_perftest.py | |
parent | cb015e5aae22d6688583b8cd23ab72df10ac4b12 (diff) | |
download | WarpX-cc70af6c0413fe44088cf75ff34f2b3920916762.tar.gz WarpX-cc70af6c0413fe44088cf75ff34f2b3920916762.tar.zst WarpX-cc70af6c0413fe44088cf75ff34f2b3920916762.zip |
fix performance tests on Summit
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r-- | Tools/performance_tests/functions_perftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py index 8bc1000d7..213ddb77d 100644 --- a/Tools/performance_tests/functions_perftest.py +++ b/Tools/performance_tests/functions_perftest.py @@ -174,6 +174,7 @@ def get_nsteps(run_name): def extract_dataframe(filename, n_steps): # Get init time and total time through Inclusive time partition_limit_start = 'NCalls Incl. Min Incl. Avg Incl. Max Max %' + print(filename) with open(filename) as file_handler: output_text = file_handler.read() # get total simulation time |