1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Log server map send cycle time. (#13259)

* Measure server map send time per player.
This commit is contained in:
lhofhansl 2023-03-03 17:41:30 -08:00 committed by GitHub
parent 915befecc5
commit dcf6a6a67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 874 additions and 0 deletions

View file

@ -423,6 +423,9 @@ private:
// CPU usage optimization
float m_nothing_to_send_pause_timer = 0.0f;
// measure how long it takes the server to send the complete map
float m_map_send_completion_timer = 0.0f;
/*
name of player using this client
*/