#include <log_step.hpp>
|
| LogStep (const std::string &stp_str, MPI_Comm mpi_comm, int mpi_rank) |
|
| ~LogStep () |
|
Definition at line 59 of file log_step.hpp.
havoqgt::mpi::LogStep::LogStep |
( |
const std::string & |
stp_str, |
|
|
MPI_Comm |
mpi_comm, |
|
|
int |
mpi_rank |
|
) |
| |
|
inline |
Definition at line 61 of file log_step.hpp.
68 std::cout <<
"Starting: " <<
stp_str_ << std::endl << std::flush;
73 <<
"kb." << std::endl << std::flush;
void get_io_stat_info(int &r, int &w)
uint32_t get_dirty_pages()
environment * havoqgt_env()
havoqgt::mpi::LogStep::~LogStep |
( |
| ) |
|
|
inline |
Definition at line 78 of file log_step.hpp.
84 std::cout <<
"Finished: " <<
stp_str_ <<
" in " <<
time_ <<
" seconds."
85 << std::endl << std::flush;
96 <<
"\tMB Read: " << (read -
mb_read_) << std::endl
97 <<
"\tMB Written: " << (written -
mb_written_) << std::endl
void get_io_stat_info(int &r, int &w)
uint32_t get_dirty_pages()
environment * havoqgt_env()
uint32_t get_disk_utilization()
int havoqgt::mpi::LogStep::mb_read_ |
|
private |
int havoqgt::mpi::LogStep::mb_written_ |
|
private |
MPI_Comm havoqgt::mpi::LogStep::mpi_comm_ |
|
private |
int havoqgt::mpi::LogStep::mpi_rank_ |
|
private |
std::string havoqgt::mpi::LogStep::stp_str_ |
|
private |
double havoqgt::mpi::LogStep::time_ |
|
private |
The documentation for this class was generated from the following file: