Skip to content

Commit d737295

Browse files
committed
md change
1 parent 3599589 commit d737295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README-ConsoleApplication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ Default metrics include:
9595
| *DisplayLatency* | How long it took from the start of this frame until the frame was displayed on the screen. |
9696
| *DisplayedTime* | How long the frame was displayed on the screen, or 'NA' if the frame was not displayed. |
9797
| *AnimationError* | The difference between the previous frame's CPU delta and display delta. |
98-
| *ClickToPhotonLatency* | How long it took from the earliest keyboard or mouse interaction 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). |
98+
| *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). |
99+
| *AllInputToPhotonLatency* | How long it took from the earliest keyboard or mouse interaction that contributed to this frame until this frame was displayed. |
99100

100101
Some metrics are enabled or disabled depending on the command line options:
101102

0 commit comments

Comments
 (0)