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

Extend thread expansion grace period to half a second.

Previously a framerate-dependent 10 frame count was used.
This commit is contained in:
Bartosz Taudul
2021-08-19 00:24:11 +02:00
parent 38f156259c
commit c82bf3915b
2 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -485,7 +485,8 @@ private:
UserData m_userData;
bool m_reconnectRequested = false;
int m_firstFrame = 10;
bool m_firstFrame = true;
std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime;
float m_yDelta;
std::vector<SourceRegex> m_sourceSubstitutions;