You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Application|Application|Name of the executable of the process being targeted|DS|
40
-
||ProcessID|ID of the process being targeted||
39
+
|Application||Name of the executable of the process being targeted|DS|
41
40
|Swap Chain Address|SwapChainAddress|Address of the swap chain used to present, useful as a unique identifier|F|
42
41
|GPU Vendor||Vendor name of the GPU|DS|
43
42
|GPU Name||Device name of the GPU|DS|
@@ -62,7 +61,6 @@ In Debug configuration, the application will halt with a modal error dialog when
62
61
|Allows Tearing|AllowsTearing|Indicates if the frame allows tearing|DF|
63
62
|GPU Latency|GPULatency|How long it took until GPU work for this frame started|DF|
64
63
|Display Latency|DisplayLatency|Time between frame submission and scan out to display|DF|
65
-
|Input To Frame Start Latency||Time between input and display|DF|
66
64
|Click To Photon Latency|ClickToPhotonLatency|Time between input and display|DF|
67
65
|GPU Sustained Power Limit||Sustained power limit of the GPU|DS|
68
66
|GPU Power|GPUPower|Power consumed by the graphics adapter|DF|
@@ -110,10 +108,6 @@ The PresentMon capture application creates two CSV files per capture. The first
110
108
The second CSV file generated is a stats summary file for the capture. It includes the duration of the capture, the total number of frames captured, plus the average, minimum, maximum, 99th, 95th and
111
109
90th FPS percentiles. The stats file is named using the following pattern: "pmcap-[executablename]-YYMMDD-HHMMSS-stats.csv". All files are stored in the user's appdata local directory in the "Intel\PresentMon\Capture" folder.
112
110
113
-
### CSV columns
114
-
115
-
The PresentMon capture application outputs all of the telemetry provided by the PresentMon Service. Please see the following link for all metric definitions:
0 commit comments