1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Send timer resolution to server.

This commit is contained in:
Bartosz Taudul
2017-09-29 18:32:07 +02:00
parent 6a2cb2c14e
commit efda50acb1
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ void Profiler::Worker()
welcome.timerMul = m_timerMul;
welcome.timeBegin = m_timeBegin;
welcome.delay = m_delay;
welcome.resolution = m_resolution;
m_sock->Send( &welcome, sizeof( welcome ) );
}