Update page_fmatrix-inl.hpp
This commit is contained in:
parent
0dbac3d11e
commit
b1dec917c7
@ -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));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user