添加性能监控日志
This commit is contained in:
parent
c30e1653d0
commit
30a0933a91
@ -85,6 +85,7 @@ bool App::Init(int argc, char* argv[])
|
||||
|
||||
srand(time(nullptr));
|
||||
InitLog();
|
||||
PerfMonitor::Instance()->Init();
|
||||
HandlerMgr::Instance()->Init();
|
||||
a8::Timer::Instance()->Init();
|
||||
f8::MsgQueue::Instance()->Init();
|
||||
@ -154,6 +155,7 @@ void App::UnInit()
|
||||
f8::MsgQueue::Instance()->UnInit();
|
||||
a8::Timer::Instance()->UnInit();
|
||||
HandlerMgr::Instance()->UnInit();
|
||||
PerfMonitor::Instance()->UnInit();
|
||||
UnInitLog();
|
||||
|
||||
FreeSocketMsgQueue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user