diag captureFrame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{DISPLAYTITLE:diag_captureFrame}}
{{DISPLAYTITLE:diag_captureFrame}}
{{Command|Comments=
{{Command


| arma2oa |Game name=
| arma2oa


|1.63|Game version=
|1.63


|gr1= Diagnosis |GROUP1=
|gr1= Diagnosis


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


| This command starts counting frames from the moment it is executed and when the count reaches the number passed as param, the current frame is captured and captured data UI dialog appears, similar to [[diag_captureSlowFrame]].<br>
| This command starts counting frames from the moment it is executed and when the count reaches the number passed as param, the current frame is captured and captured data UI dialog appears, similar to [[diag_captureSlowFrame]].<br>
This can also be executed on a dedicated Server and because a Server has no UI it will behave like [[diag_captureFrameToFile]].<br>
This can also be executed on a dedicated Server and because a Server has no UI it will behave like [[diag_captureFrameToFile]].<br>
Special: BattlEye's RCON variant of this command is #captureFrame<br>  
Special: BattlEye's RCON variant of this command is #captureFrame<br>  
'''Note''': Only available in specific builds. See [[Performance Profiling]] for details. |DESCRIPTION=
'''Note''': Only available in specific builds. See [[Performance Profiling]] for details.


| '''diag_captureFrame''' frame|SYNTAX=
| '''diag_captureFrame''' frame


|p1= frame: [[Number]] - next n-th frame to be captured |PARAMETER1=
|p1= frame: [[Number]] - next n-th frame to be captured


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>[[diag_captureFrame]] 1; //capture the first frame after command execution</code> |EXAMPLE1=
|x1= <code>[[diag_captureFrame]] 1; //capture the first frame after command execution</code>
|x2= <code>[[diag_captureFrame]] 24; //capture 24th frame after command execution</code> |EXAMPLE2=
|x2= <code>[[diag_captureFrame]] 24; //capture 24th frame after command execution</code>


| [[Performance Profiling]], [[diag_captureSlowFrame]], [[diag_logSlowFrame]], [[logEntities]], [[exportJIPMessages]], [[diag_captureFrameToFile]] |SEEALSO=
| [[Performance Profiling]], [[diag_captureSlowFrame]], [[diag_logSlowFrame]], [[logEntities]], [[exportJIPMessages]], [[diag_captureFrameToFile]]


}}
}}

Revision as of 01:28, 18 January 2021


Hover & click on the images for description

Description

Description:
This command starts counting frames from the moment it is executed and when the count reaches the number passed as param, the current frame is captured and captured data UI dialog appears, similar to diag_captureSlowFrame.
This can also be executed on a dedicated Server and because a Server has no UI it will behave like diag_captureFrameToFile.
Special: BattlEye's RCON variant of this command is #captureFrame
Note: Only available in specific builds. See Performance Profiling for details.
Groups:
DiagnosisPerformance Logging

Syntax

Syntax:
diag_captureFrame frame
Parameters:
frame: Number - next n-th frame to be captured
Return Value:
Nothing

Examples

Example 1:
diag_captureFrame 1; //capture the first frame after command execution
Example 2:
diag_captureFrame 24; //capture 24th frame after command execution

Additional Information

See also:
Performance Profilingdiag_captureSlowFramediag_logSlowFramelogEntitiesexportJIPMessagesdiag_captureFrameToFile

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