Home
last modified time | relevance | path

Searched refs:taskCount_ (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Dreport.cpp214 taskCount_++; in SyncInputInfo()
215 DEBUG_LOG_STR("taskCount{%d}", taskCount_); in SyncInputInfo()
220 if ((taskCount_ % SEGMENT_STATISTICS_LENGTH) == 0) { in SyncInputInfo()
269 item += std::to_string(taskCount_) + ","; in GroupFocusDataAndRecord()
309 modules << "task count , " << taskCount_ << std::endl; in SegmentedWriteCSV()
376 modules << "{ item: \"task count\", detail: \" " << taskCount_ << "\"}," << std::endl; in SegmentedWriteJson()
/test/ostest/wukong/report/include/
Dreport.h142 int taskCount_ = 0; variable