From 1a6369d830c647465cc883ddd84775ea5ce25fa9 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Tue, 7 Sep 2021 11:40:18 +0200 Subject: [PATCH] Fixing performance test compilation --- src/Vector/performance/cell_list_comp_reorder.hpp | 2 +- src/Vector/performance/cell_list_part_reorder.hpp | 2 +- src/Vector/performance/vector_dist_gg_map_performance.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Vector/performance/cell_list_comp_reorder.hpp b/src/Vector/performance/cell_list_comp_reorder.hpp index b0b01d3ff..69ec24f0d 100644 --- a/src/Vector/performance/cell_list_comp_reorder.hpp +++ b/src/Vector/performance/cell_list_comp_reorder.hpp @@ -357,7 +357,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report) StandardXMLPerformanceGraph("celllist_performance.xml",file_xml_ref,cg); - addUpdtateTime(cg,create_vcluster().size()); + addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_performance"); cg.write("celllist_performance.html"); } diff --git a/src/Vector/performance/cell_list_part_reorder.hpp b/src/Vector/performance/cell_list_part_reorder.hpp index c31c5c3f8..ed7a25239 100644 --- a/src/Vector/performance/cell_list_part_reorder.hpp +++ b/src/Vector/performance/cell_list_part_reorder.hpp @@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_cl_performance_write_report) StandardXMLPerformanceGraph("celllist_partreo_performance.xml",file_xml_ref,cg); - addUpdtateTime(cg,create_vcluster().size()); + addUpdtateTime(cg,create_vcluster().size(),"pdata","celllist_part_ord"); if (create_vcluster().getProcessUnitID() == 0) {cg.write("celllist_part_ord.html");} diff --git a/src/Vector/performance/vector_dist_gg_map_performance.hpp b/src/Vector/performance/vector_dist_gg_map_performance.hpp index a75ba1b14..bdd72c375 100644 --- a/src/Vector/performance/vector_dist_gg_map_performance.hpp +++ b/src/Vector/performance/vector_dist_gg_map_performance.hpp @@ -169,7 +169,7 @@ BOOST_AUTO_TEST_CASE(vector_dist_gg_map_performance_write_report) StandardXMLPerformanceGraph("particles_map_performance.xml",file_xml_ref,cg); - addUpdtateTime(cg,create_vcluster().size()); + addUpdtateTime(cg,create_vcluster().size(),"pdata","particles_map_performance"); if (create_vcluster().getProcessUnitID() == 0) {cg.write("particles_map_performance.html");} -- GitLab