mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-07 02:48:24 +00:00
Time variables should be signed.
This commit is contained in:
@@ -260,8 +260,8 @@ private:
|
||||
int64_t m_zvStartNext;
|
||||
int64_t m_zvEndNext;
|
||||
|
||||
uint64_t m_delay;
|
||||
uint64_t m_resolution;
|
||||
int64_t m_delay;
|
||||
int64_t m_resolution;
|
||||
double m_timerMul;
|
||||
std::string m_captureName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user