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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user