Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / include / instr / instr_interface.hpp
1 /* Copyright (c) 2012-2018. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMGRID_INSTR_INTERFACE_HPP
7 #define SIMGRID_INSTR_INTERFACE_HPP
8
9 #include "xbt.h"
10
11 XBT_PUBLIC int TRACE_start();
12 XBT_PUBLIC int TRACE_end();
13 XBT_PUBLIC void TRACE_global_init();
14 XBT_PUBLIC void TRACE_help(int detailed);
15
16 #endif