diag fpsMin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{DISPLAYTITLE:diag_fpsMin}}
{{DISPLAYTITLE:diag_fpsMin}}
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 10: Line 9:


|gr2= Performance Logging|GROUP2=
|gr2= Performance Logging|GROUP2=
____________________________________________________________________________________________


| Returns minimal framerate. Calculated from the longest frame over last 16 frames.  |DESCRIPTION=
| Returns minimal framerate. Calculated from the longest frame over last 16 frames.  |DESCRIPTION=
____________________________________________________________________________________________


| '''diag_fpsMin''' |SYNTAX=
| '''diag_fpsMin''' |SYNTAX=
Line 28: Line 25:
|x1= <code>_minfps = [[diag_fpsMin]];</code>|EXAMPLE1=  
|x1= <code>_minfps = [[diag_fpsMin]];</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[diag_fps]], [[diag_frameNo]], [[diag_log]], [[diag_tickTime]], [[diag_deltaTime]] |SEEALSO=  
| [[diag_fps]], [[diag_frameNo]], [[diag_log]], [[diag_tickTime]], [[diag_deltaTime]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 01:45, 17 January 2021


Hover & click on the images for description

Description

Description:
Returns minimal framerate. Calculated from the longest frame over last 16 frames.
Groups:
DiagnosisPerformance Logging

Syntax

Syntax:
diag_fpsMin
Return Value:
Number

Examples

Example 1:
_minfps = diag_fpsMin;

Additional Information

See also:
diag_fpsdiag_frameNodiag_logdiag_tickTimediag_deltaTime

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section