Update page_fmatrix-inl.hpp

This commit is contained in:
Tianqi Chen 2015-07-25 21:29:46 -07:00
parent 0dbac3d11e
commit b1dec917c7

View File

@ -319,7 +319,7 @@ class FMatrixPage : public IFMatrix {
bytes_write += spage; bytes_write += spage;
double tnow = rabit::utils::GetTime(); double tnow = rabit::utils::GetTime();
double tdiff = tnow - tstart; double tdiff = tnow - tstart;
utils::Printf("Writting to %s in %g MB/s, %lu MB written current speed:%g MB/s\n", utils::Printf("Writting to %s in %g MB/s, %lu MB written\n",
col_data_name_.c_str(), col_data_name_.c_str(),
(bytes_write >> 20UL) / tdiff, (bytes_write >> 20UL) / tdiff,
(bytes_write >> 20UL)); (bytes_write >> 20UL));