diag captureFrameToFile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *gr([0-9]) *= *Diagnosis * " to "|gr$1= Diagnostic ")
m (Text replacement - "|gr2= Performance Logging" to "|gr2= Performance Profiling")
Line 7: Line 7:
|gr1= Diagnostic
|gr1= Diagnostic


|gr2= Performance Logging
|gr2= Performance Profiling


| 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  
| 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  

Revision as of 14:46, 25 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
DiagnosticPerformance Profiling

Syntax

Syntax:
Syntax needed
Parameters:
frame: Number - next n-th frame to be captured
Return Value:
Return value needed

Examples

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

Additional Information

See also:
Performance Profilingdiag_captureSlowFramediag_logSlowFramediag_captureFramelogEntitiesexportJIPMessages

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