diff --git a/src/Vector/performance/cell_list_comp_reorder.hpp b/src/Vector/performance/cell_list_comp_reorder.hpp index b0b01d3ff614fb7a8b5c0dcc14135a2d05bd4244..69ec24f0d72c6d0f51278a6bfeb47a93e968a264 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 c31c5c3f896582dcf6d56e72294f2c2104fe013f..ed7a252390cc4dc5deef65bfa5a862ff7af40927 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 a75ba1b14c3ffb9feb880404dbea641e9317a1a4..bdd72c375f66e90bf02a663c35072ad429b12c46 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");}