#include <instr_private.hpp>
|
| VarCollTIData (std::string name, int root, int send_size, std::vector< int > *sendcounts, int recv_size, std::vector< int > *recvcounts, std::string send_type, std::string recv_type) |
|
std::string | print () override |
|
std::string | display_size () override |
|
| TIData (std::string name) |
|
| TIData (std::string name, double amount) |
|
| TIData (std::string name, int endpoint, int size, std::string datatype) |
|
| TIData (std::string name, int root, double amount, int send_size, int recv_size, std::string send_type, std::string recv_type) |
|
| TIData (std::string name, int root, int send_size, std::vector< int > *sendcounts, int recv_size, std::vector< int > *recvcounts, std::string send_type, std::string recv_type) |
|
virtual | ~TIData () |
|
std::string | getName () |
|
double | getAmount () |
|
◆ VarCollTIData()
simgrid::instr::VarCollTIData::VarCollTIData |
( |
std::string |
name, |
|
|
int |
root, |
|
|
int |
send_size, |
|
|
std::vector< int > * |
sendcounts, |
|
|
int |
recv_size, |
|
|
std::vector< int > * |
recvcounts, |
|
|
std::string |
send_type, |
|
|
std::string |
recv_type |
|
) |
| |
|
inlineexplicit |
◆ print()
◆ display_size()
std::string simgrid::instr::VarCollTIData::display_size |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: