]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/instr.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build error due to clang-format reordering the headers
[simgrid.git] / include / simgrid / instr.h
index f197973719767cfc58515d63d38cdaae59de252a..cff543619ab4b6ae74288e3603b26d783bf4c90f 100644 (file)
@@ -65,6 +65,8 @@ XBT_PUBLIC const std::set<std::string, std::less<>>& get_tracing_categories();
 
 /* Function used by graphicator (transform a SimGrid platform file in a graphviz dot file with the network topology) */
 XBT_PUBLIC void platform_graph_export_graphviz(const std::string& output_filename);
+/* Function used by graphicator (transform a SimGrid platform file in a CSV file with the network topology) */
+XBT_PUBLIC void platform_graph_export_csv(const std::string& output_filename);
 } // namespace instr
 } // namespace simgrid