mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Manually manage temporary plot buffer.
This commit is contained in:
@@ -251,7 +251,8 @@ private:
|
||||
|
||||
bool m_terminate;
|
||||
|
||||
std::vector<double> m_tmpVec;
|
||||
size_t m_tmpVecSize;
|
||||
double* m_tmpVec;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user