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

Allow filtering sampling results by image name.

This commit is contained in:
Bartosz Taudul
2020-08-21 14:23:23 +02:00
parent 0f13a02062
commit 4ac0e7d955
2 changed files with 26 additions and 9 deletions
+1
View File
@@ -346,6 +346,7 @@ private:
bool m_reactToCrash = false;
ImGuiTextFilter m_statisticsFilter;
ImGuiTextFilter m_statisticsImageFilter;
Region m_highlight;
Region m_highlightZoom;