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

Store sampling period.

This commit is contained in:
Bartosz Taudul
2020-02-25 23:08:52 +01:00
parent 3402d16548
commit 2b7f5091f1
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -619,6 +619,7 @@ private:
UdpBroadcast* m_broadcast;
bool m_noExit;
std::atomic<uint32_t> m_zoneId;
int64_t m_samplingPeriod;
uint64_t m_threadCtx;
int64_t m_refTimeThread;