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

Extract frame tree functionality from View.

This commit is contained in:
Bartosz Taudul
2022-07-02 14:55:09 +02:00
parent 8147eadaf0
commit 585587fa36
4 changed files with 801 additions and 790 deletions
+1
View File
@@ -144,6 +144,7 @@
<ClCompile Include="..\..\..\server\TracyView_CpuData.cpp" />
<ClCompile Include="..\..\..\server\TracyView_FindZone.cpp" />
<ClCompile Include="..\..\..\server\TracyView_FrameOverview.cpp" />
<ClCompile Include="..\..\..\server\TracyView_FrameTree.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Memory.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Navigation.cpp" />
<ClCompile Include="..\..\..\server\TracyView_NotificationArea.cpp" />
@@ -297,6 +297,9 @@
<ClCompile Include="..\..\..\server\TracyView_NotificationArea.cpp">
<Filter>server</Filter>
</ClCompile>
<ClCompile Include="..\..\..\server\TracyView_FrameTree.cpp">
<Filter>server</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\common\tracy_lz4.hpp">