mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Put m_qpcToNs in a _WIN32 ifdef.
This commit is contained in:
parent
c0789c20cb
commit
082c13ac8e
@ -481,7 +481,9 @@ private:
|
||||
VkSymbolTable m_symbols;
|
||||
#endif
|
||||
uint64_t m_deviation;
|
||||
#ifdef _WIN32
|
||||
int64_t m_qpcToNs;
|
||||
#endif
|
||||
int64_t m_prevCalibration;
|
||||
uint8_t m_context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user