#include <instr_private.hpp>
|
| | CpuTIData (std::string name, double amount) |
| |
| 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 () |
| |
◆ CpuTIData()
| simgrid::instr::CpuTIData::CpuTIData |
( |
std::string |
name, |
|
|
double |
amount |
|
) |
| |
|
inlineexplicit |
◆ print()
◆ display_size()
| std::string simgrid::instr::CpuTIData::display_size |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: