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
@@ -62,7 +62,6 @@ In Debug configuration, the application will halt with a modal error dialog when
62
62
|Allows Tearing|AllowsTearing|Indicates if the frame allows tearing|DF|
63
63
|GPU Latency|GPULatency|How long it took until GPU work for this frame started|DF|
64
64
|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
65
|Click To Photon Latency|ClickToPhotonLatency|Time between input and display|DF|
67
66
|GPU Sustained Power Limit||Sustained power limit of the GPU|DS|
68
67
|GPU Power|GPUPower|Power consumed by the graphics adapter|DF|
@@ -110,10 +109,6 @@ The PresentMon capture application creates two CSV files per capture. The first
110
109
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
110
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
111
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