|
|
@@ -372,6 +372,7 @@ std::pair<DWORD, std::string> CGUIConsoleEntity::openPerformanceSender(SpReqAnsC
|
|
|
dst.memoryArr[i] = (double)vtmProcessArr_removeSphost[i].UsedMemory;
|
|
|
dst.handleNumArr[i] = vtmProcessArr_removeSphost[i].HandleCount;
|
|
|
}
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("cur entity num %d", dst.NameArr.GetCount());
|
|
|
SpSendBroadcast(GetFunction(), eMsg_PerformanceList, eMsgSig_PerformanceList, dst);
|
|
|
|
|
|
|