1
0
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:
Bartosz Taudul
2017-10-19 19:09:02 +02:00
parent 57454d3985
commit fd22fed773
2 changed files with 24 additions and 11 deletions
+2 -1
View File
@@ -251,7 +251,8 @@ private:
bool m_terminate;
std::vector<double> m_tmpVec;
size_t m_tmpVecSize;
double* m_tmpVec;
};
}