51 #ifndef __HAVOQGT_IMP_LOG_STEP_HPP__
52 #define __HAVOQGT_IMP_LOG_STEP_HPP__
61 LogStep(
const std::string &stp_str, MPI_Comm mpi_comm,
int mpi_rank)
68 std::cout <<
"Starting: " <<
stp_str_ << std::endl << std::flush;
73 <<
"kb." << std::endl << std::flush;
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
117 #endif // __HAVOQGT_IMP_LOG_STEP_HPP__
void get_io_stat_info(int &r, int &w)
uint32_t get_dirty_pages()
environment * havoqgt_env()
uint32_t get_disk_utilization()
LogStep(const std::string &stp_str, MPI_Comm mpi_comm, int mpi_rank)