Searched refs:queueInfo (Results 1 – 3 of 3) sorted by relevance
616 void EventQueue::DumpQueueInfo(std::string& queueInfo) in DumpQueueInfo() argument626 queueInfo += " " + priority[i] + " priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()629 queueInfo += " No." + std::to_string(n) + " : " + (*it)->Dump(); in DumpQueueInfo()632 …queueInfo += " Total size of " + priority[i] + " events : " + std::to_string(n) + LI… in DumpQueueInfo()635 queueInfo += " Idle priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()640 queueInfo += " No." + std::to_string(n) + " : " + (*it)->Dump(); in DumpQueueInfo()643 queueInfo += " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()645 queueInfo += " Total event size : " + std::to_string(total); in DumpQueueInfo()
526 std::string queueInfo; in DumpRunnerInfo() local527 queue_->DumpQueueInfo(queueInfo); in DumpRunnerInfo()528 runnerInfo += queueInfo; in DumpRunnerInfo()
193 void DumpQueueInfo(std::string& queueInfo);