Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
caddc5d0fe97bf804ae913e6c1d6a88bd8452507
[simgrid.git] / src / smpi / private.hpp
1 #ifndef SMPI_PRIVATE_HPP
2 #define SMPI_PRIVATE_HPP
3
4 #ifdef HAVE_PAPI
5 typedef 
6     std::vector<std::pair</* counter name */std::string, /* counter value */long long>> papi_counter_t;
7 XBT_PRIVATE papi_counter_t& smpi_process_counter_data(void);
8 XBT_PRIVATE int smpi_process_event_set(void);
9 #endif
10
11 #endif