[presentmon] Update to 2.1.1 (#40304)

This commit is contained in:
jim wang 2024-08-06 21:18:08 +00:00 committed by GitHub
parent a2367ceec5
commit 3923bb3d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 11 deletions

View File

@ -7,19 +7,17 @@ option(BUILD_TOOLS "Build tool PresentMon" OFF)
set(PRESENTDATA_SRCS
PresentData/Debug.cpp
PresentData/GpuTrace.cpp
PresentData/MixedRealityTraceConsumer.cpp
PresentData/PresentMonTraceConsumer.cpp
PresentData/PresentMonTraceSession.cpp
PresentData/TraceConsumer.cpp
PresentData/TraceSession.cpp
)
set(PRESENTDATA_HDRS
PresentData/Debug.hpp
PresentData/GpuTrace.hpp
PresentData/MixedRealityTraceConsumer.hpp
PresentData/PresentMonTraceConsumer.hpp
PresentData/PresentMonTraceSession.hpp
PresentData/TraceConsumer.hpp
PresentData/TraceSession.hpp
${CMAKE_BINARY_DIR}/generated/version.h
)
@ -49,11 +47,10 @@ if (BUILD_TOOLS)
PresentMon/Console.cpp
PresentMon/ConsumerThread.cpp
PresentMon/CsvOutput.cpp
PresentMon/LateStageReprojectionData.cpp
PresentMon/MainThread.cpp
PresentMon/OutputThread.cpp
PresentMon/Privilege.cpp
PresentMon/TraceSession.cpp
PresentMon/PresentMon.hpp
)
add_executable(PresentMon ${PresentMon_SRCS})

View File

@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GameTechDev/PresentMon
REF "v${VERSION}"
SHA512 d593a4066e3087abd02df5bd049bb1cbe1a91ac07a4efb53bae7a44bcb98dc67f7e2f2688dd339292eeaf9b96f35d5790a86d355faacad5cf61dafa0fa584edc
SHA512 30945e61ba09e23ebc05e3f8a0e96a298349dad6a83043a37df9e1af0c892bee1704214e8f6ddc8cdaa9f527deb16f27b3653c855eab6bbc2f9ce509da4ded00
HEAD_REF main
)

View File

@ -1,7 +1,6 @@
{
"name": "presentmon",
"version-semver": "1.10.0",
"port-version": 1,
"version-semver": "2.1.1",
"description": "PresentMon is a tool to capture and analyze ETW events related to swap chain presentation on Windows.",
"supports": "windows & !uwp",
"dependencies": [

View File

@ -7073,8 +7073,8 @@
"port-version": 0
},
"presentmon": {
"baseline": "1.10.0",
"port-version": 1
"baseline": "2.1.1",
"port-version": 0
},
"proj": {
"baseline": "9.4.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "320eb831b4a4a59b6ed3825c1caefcf9a860bd8a",
"version-semver": "2.1.1",
"port-version": 0
},
{
"git-tree": "b00ceac5f8c1c2abf8f819f27b1582ea9427cb70",
"version-semver": "1.10.0",