1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Extract compare UI from View.

This commit is contained in:
Bartosz Taudul 2022-07-02 13:48:54 +02:00
parent 7ed1c4ffb1
commit 35f55c781b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
4 changed files with 1083 additions and 1067 deletions

View File

@ -137,6 +137,7 @@
<ClCompile Include="..\..\..\server\TracyThreadCompress.cpp" />
<ClCompile Include="..\..\..\server\TracyUserData.cpp" />
<ClCompile Include="..\..\..\server\TracyView.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Compare.cpp" />
<ClCompile Include="..\..\..\server\TracyView_ContextSwitch.cpp" />
<ClCompile Include="..\..\..\server\TracyView_FindZone.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Navigation.cpp" />

View File

@ -264,6 +264,9 @@
<ClCompile Include="..\..\..\server\TracyImGui.cpp">
<Filter>server</Filter>
</ClCompile>
<ClCompile Include="..\..\..\server\TracyView_Compare.cpp">
<Filter>server</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\common\tracy_lz4.hpp">

File diff suppressed because it is too large Load Diff

1079
server/TracyView_Compare.cpp Normal file

File diff suppressed because it is too large Load Diff