Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-08-15 14:29:45 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-08-15 14:29:45 +0300
commitc01ad38d46a2b3335919154aecef5841bcf239ce (patch)
tree9a35a822a895d05e79e528bbf13a3f7c941077bd /profiler
parentb0ac78dde1270464ac9e18b941a7b5d02df2ef95 (diff)
Start extracting timeline height control logic.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/build/win32/Tracy.vcxproj2
-rw-r--r--profiler/build/win32/Tracy.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/profiler/build/win32/Tracy.vcxproj b/profiler/build/win32/Tracy.vcxproj
index d152129d..081735dc 100644
--- a/profiler/build/win32/Tracy.vcxproj
+++ b/profiler/build/win32/Tracy.vcxproj
@@ -136,6 +136,7 @@
<ClCompile Include="..\..\..\server\TracyTexture.cpp" />
<ClCompile Include="..\..\..\server\TracyTextureCompression.cpp" />
<ClCompile Include="..\..\..\server\TracyThreadCompress.cpp" />
+ <ClCompile Include="..\..\..\server\TracyTimelineController.cpp" />
<ClCompile Include="..\..\..\server\TracyUserData.cpp" />
<ClCompile Include="..\..\..\server\TracyView.cpp" />
<ClCompile Include="..\..\..\server\TracyView_Annotations.cpp" />
@@ -269,6 +270,7 @@
<ClInclude Include="..\..\..\server\TracyTexture.hpp" />
<ClInclude Include="..\..\..\server\TracyTextureCompression.hpp" />
<ClInclude Include="..\..\..\server\TracyThreadCompress.hpp" />
+ <ClInclude Include="..\..\..\server\TracyTimelineController.hpp" />
<ClInclude Include="..\..\..\server\TracyUserData.hpp" />
<ClInclude Include="..\..\..\server\TracyVarArray.hpp" />
<ClInclude Include="..\..\..\server\TracyVector.hpp" />
diff --git a/profiler/build/win32/Tracy.vcxproj.filters b/profiler/build/win32/Tracy.vcxproj.filters
index 7b3e7a32..d1731d98 100644
--- a/profiler/build/win32/Tracy.vcxproj.filters
+++ b/profiler/build/win32/Tracy.vcxproj.filters
@@ -351,6 +351,9 @@
<ClCompile Include="..\..\src\ImGuiContext.cpp">
<Filter>src</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\server\TracyTimelineController.cpp">
+ <Filter>server</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\server\TracyEvent.hpp">
@@ -713,6 +716,9 @@
<ClInclude Include="..\..\src\ImGuiContext.hpp">
<Filter>src</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\server\TracyTimelineController.hpp">
+ <Filter>server</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Natvis Include="DebugVis.natvis" />