1
This commit is contained in:
parent
395d8d2246
commit
a3dc2d98d4
@ -1429,17 +1429,19 @@ void Human::SendUpdateMsg()
|
|||||||
if (end_tick1 - begin_tick1 > 100) {
|
if (end_tick1 - begin_tick1 > 100) {
|
||||||
#if 1
|
#if 1
|
||||||
a8::XPrintf
|
a8::XPrintf
|
||||||
("SendUpdateMsg sent_bytes:%d observers.size:%d",
|
("SendUpdateMsg sent_bytes:%d observers.size:%d cost_time:%d",
|
||||||
{
|
{
|
||||||
sent_bytes,
|
sent_bytes,
|
||||||
observers_.size()
|
observers_.size(),
|
||||||
|
end_tick1 - begin_tick1
|
||||||
});
|
});
|
||||||
#else
|
#else
|
||||||
f8::UdpLog::Instance()->Warning
|
f8::UdpLog::Instance()->Warning
|
||||||
("SendUpdateMsg sent_bytes:%d observers.size:%d",
|
("SendUpdateMsg sent_bytes:%d observers.size:%d cost_time:%d",
|
||||||
{
|
{
|
||||||
sent_bytes,
|
sent_bytes,
|
||||||
observers_.size()
|
observers_.size(),
|
||||||
|
end_tick1 - begin_tick1
|
||||||
});
|
});
|
||||||
A8_ABORT();
|
A8_ABORT();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user