Merge pull request #17666 from akien-mga/editor-fps-verbose

Add --print-fps option to output FPS to stdout
This commit is contained in:
Rémi Verschelde
2018-03-21 17:40:37 +01:00
committed by GitHub
2 changed files with 15 additions and 4 deletions

View File

@ -119,6 +119,9 @@ Disable crash handler when supported by the platform code.
.TP
\fB\-\-fixed\-fps\fR <fps>
Force a fixed number of frames per second. This setting disables real\-time synchronization.
.TP
\fB\-\-print\-fps\fR
Print the frames per second to the stdout.
.SS "Standalone tools:"
.TP
\fB\-s\fR, \fB\-\-script\fR <script>