Skip to content

Commit b71fc43

Browse files
committed
commit updated generated readme
1 parent 8170aab commit b71fc43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README-ConsoleApplication.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The PresentMon/ directory contains source for a standalone console application t
44
*PresentMon SDK* to capture and analyze graphics applications, outputting data to the console and/or
55
CSV file(s).
66

7+
A binary of the console application is provided in the release, e.g.:
8+
[PresentMon-2.3.0-x64.exe](https://github.com/GameTechDev/PresentMon/releases/download/v2.3.0/PresentMon-2.3.0-x64.exe).
9+
710
## Command line options
811

912
| Capture Target Options | |
@@ -49,6 +52,8 @@ CSV file(s).
4952
| Beta Options | |
5053
| ------------------------------ | --- |
5154
| `--track_frame_type` | Track the type of each displayed frame; requires application and/or driver instrumentation using Intel-PresentMon provider. |
55+
| `--track_hw_measurements` | Tracks HW-measured latency and/or power data coming from a LMT and/or PCAT device. |
56+
| `--track_app_timing` | Track app timines for each displayed frame; requires application and/or driver instrumentation using Intel-PresentMon provider. |
5257

5358
## Comma-separated value (CSV) file output
5459

@@ -95,8 +100,10 @@ Default metrics include:
95100
| *DisplayLatency* | How long it took from the start of this frame until the frame was displayed on the screen. |
96101
| *DisplayedTime* | How long the frame was displayed on the screen, or 'NA' if the frame was not displayed. |
97102
| *AnimationError* | The difference between the previous frame's CPU delta and display delta. |
103+
| *AnimationTime* | The time the CPU started animation work on this frame. |
98104
| *ClickToPhotonLatency* | How long it took from the earliest mouse click that contributed to this frame until this frame was displayed. When supported HW measuring devices are not available, this is the software-visible subset of the full click-to-photon latency and doesn't include:<br>&bull; time spent processing input in the keyboard/controller hardware or drivers (typically a fixed additional overhead),<br>&bull; time spent processing the output in the display hardware or drivers (typically a fixed additional overhead), and<br>&bull; a combination of display blanking interval and scan time (which varies, depending on timing and tearing). |
99105
| *AllInputToPhotonLatency* | How long it took from the earliest keyboard or mouse interaction that contributed to this frame until this frame was displayed. |
106+
| *InstrumentedLatency* | Instrumented Frame Start To Display Latency |
100107

101108
Some metrics are enabled or disabled depending on the command line options:
102109

0 commit comments

Comments
 (0)