diag captureFrame: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|gr2= Performance Logging" to "|gr2= Performance Profiling") |
Lou Montana (talk | contribs) m (Add branch usage) |
||
Line 8: | Line 8: | ||
|version2= 1.00 | |version2= 1.00 | ||
|branch= diagnostic profiling | |||
|gr1= Diagnostic | |gr1= Diagnostic | ||
Line 13: | Line 15: | ||
|gr2= Performance Profiling | |gr2= Performance Profiling | ||
|descr= 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]]. {{Feature|Important| | |descr= 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]]. | ||
{{Feature|Important|BattlEye's RCON variant of this command is '''#captureFrame'''}} | |||
|s1= '''diag_captureFrame''' frame | |s1= '''diag_captureFrame''' frame |
Revision as of 10:29, 27 February 2021
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.
- Groups:
- DiagnosticPerformance Profiling
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:
- Arma 3: Diagnostics Exe Performance Profiling diag_captureSlowFrame diag_logSlowFrame logEntities exportJIPMessages diag_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
[[ Category: arma3diag: Scripting Commands | DIAG CAPTUREFRAME]]
Categories:
- Name template usage error
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.63
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Arma 3: Scripting Commands: Diagnostic Branch
- Arma 3: Scripting Commands: Profiling Branch
- Command Group: Diagnostic
- Command Group: Performance Profiling