microsoft/Terminal

FPS overlay for performance debugging

Offen

#6.025 geöffnet am 20.05.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (9.275 Forks)batch import
Area-ExtensibilityArea-RenderingHelp WantedIssue-FeatureProduct-Terminal

Repository-Metriken

Stars
 (103.173 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Description of the new feature/enhancement

It would be nice to have a FPS overlay to indicate the current rendering FPS. You've all seen this in various kinds of games. I'm confident that this will not be the craziest feature request for the WT project.

Proposed technical implementation details (optional)

Well technically the FPS is quite easy to calculate, the overlay might be a little bit trickier, depending on what information we need to display and how to display them.

Contributor Guide