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

Sort plot data only when needed (i.e. to draw).

This commit is contained in:
Bartosz Taudul
2021-11-14 13:01:27 +01:00
parent 68d2812e82
commit b978a7c652
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -624,6 +624,7 @@ public:
std::pair<uint64_t, uint64_t> GetTextureCompressionBytes() const { return std::make_pair( m_texcomp.GetInputBytesCount(), m_texcomp.GetOutputBytesCount() ); }
void DoPostponedWork();
void DoPostponedWorkAll();
private:
void Network();