This commit is contained in:
aozhiwei 2023-12-08 11:32:01 +08:00
parent 5891813544
commit 473be3a9f1
3 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,7 @@ static void SavePerfLog()
"max_full_obj:%d max_part_obj:%d max_bullet:%d max_packet:%d "
"his_max_full_obj:%d his_max_part_obj:%d his_max_bullet:%d his_max_packet:%d",
{
PerfMonitor::Instance()->max_run_delay_time,
f8::App::Instance()->GetMaxRunDelayTime(),
RoomMgr::Instance()->RoomNum(),
PerfMonitor::Instance()->entity_num[ET_Player],
PlayerMgr::Instance()->OnlineNum(),
@ -70,7 +70,7 @@ static void SavePerfLog()
GGListener::Instance()->his_max_packet_size = std::max
(GGListener::Instance()->his_max_packet_size, GGListener::Instance()->max_packet_size);
}
PerfMonitor::Instance()->max_run_delay_time = 0;
f8::App::Instance()->ResetMaxRunDelayTime();
PerfMonitor::Instance()->max_timer_idle = 0;
PerfMonitor::Instance()->grid_chg_times = 0;
PerfMonitor::Instance()->max_full_objects_num = 0;

View File

@ -155,6 +155,7 @@ namespace mt
hero->id() == 9008 ||
hero->id() == 9009 ||
hero->id() == 9010 ||
hero->id() == 9011 ||
hero->id() == 8001 ||
hero->id() == 8002 ||
hero->id() == 8003 ||

2
third_party/f8 vendored

@ -1 +1 @@
Subproject commit 1967a9836c97a50991a0b10a0d7fc099ed585528
Subproject commit 49451536705a8ebba740f9a7585d94260d933a3e