Skip to content
Snippets Groups Projects
Commit 7c554d03 authored by Eric Cano's avatar Eric Cano
Browse files

Added missing statistic for diskReadTask.

parent 64894f66
Branches
Tags
No related merge requests found
......@@ -182,6 +182,7 @@ void DiskReadTask::logWithStat(int level,const std::string& msg,log::LogContext&
log::ScopedParamContainer params(lc);
params.add("readWriteTime", m_stats.readWriteTime)
.add("checksumingTime",m_stats.checksumingTime)
.add("waitFreeMemoryTime",m_stats.waitFreeMemoryTime)
.add("waitDataTime",m_stats.waitDataTime)
.add("waitReportingTime",m_stats.waitReportingTime)
.add("checkingErrorTime",m_stats.checkingErrorTime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment