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

Store sampling period on server.

This commit is contained in:
Bartosz Taudul
2020-02-25 23:13:28 +01:00
parent c5b2d14f8c
commit ca894be51d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -673,6 +673,7 @@ private:
uint64_t m_captureTime;
std::string m_hostInfo;
uint64_t m_pid;
int64_t m_samplingPeriod;
bool m_terminate = false;
bool m_crashed = false;
bool m_disconnect = false;