Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Command diag_captureSlowFrame #3515

Open
wants to merge 1 commit into
base: dist
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions commands/diag_captureSlowFrame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ syntax:
- section
- threshold
- frameSkip
- toFile
- continuousCounter
ret:
- Nothing
- null
Expand All @@ -47,21 +49,23 @@ syntax:
type: Number
- name: frameSkip
description: number of frames to ignore before measuring
type: Number
type: Unknown
since:
arma_3:
major: 1
minor: 18
- name: toFile
description: 'if true, doesn''t open UI and writes straight to file. If logging to file, it automatically also outputs a .trace file. Note: even if false it might still force to file if it doesn''t have a UI, like a server or HC'
type: Boolean
optional: true
default: '[[false]]'
since:
arma_3:
major: 2
minor: 20
- name: continuousCounter
description: captures N slow frames. 0 or 1 will only capture one frame - don't set it to negative! Can be aborted by running diag_captureFrame or another captureSlowFrame
type: Number
type: Unknown
since:
arma_3:
major: 2
Expand Down