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

Extract Find Zone UI to a separate file.

This commit is contained in:
Bartosz Taudul
2022-07-02 12:59:25 +02:00
parent 91bbe03448
commit 2473760c04
6 changed files with 1771 additions and 1749 deletions
+1
View File
@@ -379,6 +379,7 @@ private:
}
void AdjustThreadHeight( View::VisData& vis, int oldOffset, int& offset );
void DrawHistogramMinMaxLabel( ImDrawList* draw, int64_t tmin, int64_t tmax, ImVec2 wpos, float w, float ty );
Worker m_worker;
std::string m_filename, m_filenameStaging;