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

Merge pull request #557 from KristofferC/kc/filter_user

allow filtering zones in Zone finder based on the user text
This commit is contained in:
Bartosz Taudul
2023-05-02 17:46:27 +02:00
committed by GitHub
2 changed files with 46 additions and 0 deletions
+2
View File
@@ -458,6 +458,8 @@ private:
ImGuiTextFilter m_statisticsFilter;
ImGuiTextFilter m_statisticsImageFilter;
ImGuiTextFilter m_userTextFilter;
unordered_flat_set<Worker::ZoneThreadData*> m_filteredZones;
Region m_highlight;
Region m_highlightZoom;