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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user