mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 17:23:45 +01:00
removed some debug prints
...and added support for simple time usage profiling in the last one.
This commit is contained in:
parent
223b379348
commit
41f07328c8
@ -379,8 +379,8 @@ void RemoteClient::GetNextBlocks(Server *server, float dtime,
|
|||||||
{
|
{
|
||||||
m_nearest_unsent_reset_timer = 0;
|
m_nearest_unsent_reset_timer = 0;
|
||||||
m_nearest_unsent_d = 0;
|
m_nearest_unsent_d = 0;
|
||||||
dstream<<"Resetting m_nearest_unsent_d for "
|
/*dstream<<"Resetting m_nearest_unsent_d for "
|
||||||
<<server->getPlayerName(peer_id)<<std::endl;
|
<<server->getPlayerName(peer_id)<<std::endl;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
//s16 last_nearest_unsent_d = m_nearest_unsent_d;
|
//s16 last_nearest_unsent_d = m_nearest_unsent_d;
|
||||||
@ -697,9 +697,9 @@ queue_full_break:
|
|||||||
{
|
{
|
||||||
// Pause time in seconds
|
// Pause time in seconds
|
||||||
m_nothing_to_send_pause_timer = 1.0;
|
m_nothing_to_send_pause_timer = 1.0;
|
||||||
dstream<<"nothing to send to "
|
/*dstream<<"nothing to send to "
|
||||||
<<server->getPlayerName(peer_id)
|
<<server->getPlayerName(peer_id)
|
||||||
<<" (d="<<d<<")"<<std::endl;
|
<<" (d="<<d<<")"<<std::endl;*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user