diag logSlowFrame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(displaytitle changed)
Line 1: Line 1:
{{DISPLAYTITLE:diag_logSlowFrame}}
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 11: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''diag_logsLowFrame''' [section, threshold] |= Syntax
| '''diag_logSlowFrame''' [section, threshold] |= Syntax


|p1= section: [[String]] - Valid: ??? |= Parameter 1
|p1= section: [[String]] - Valid: ??? |= Parameter 1
Line 20: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>diag_logsLowFrame ['total',0.3]</pre> |= Example 1
|x1= <pre>diag_logSlowFrame ['total',0.3]</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Performance Profiling]], [[diag captureFrame]], [[diag_captureSlowFrame]] |= See also
| [[Performance Profiling]], [[diag_captureFrame]], [[diag_captureSlowFrame]] |= See also


}}
}}

Revision as of 03:35, 17 November 2012


Hover & click on the images for description

Description

Description:
Log all frames, where section takes longer than the threshold (in seconds).
Note: Only available in specific builds. See Performance Profiling for details.
Groups:
Uncategorised

Syntax

Syntax:
diag_logSlowFrame [section, threshold]
Parameters:
section: String - Valid: ???
threshold: Number - Duration of frame in seconds
Return Value:
Nothing

Examples

Example 1:
diag_logSlowFrame ['total',0.3]

Additional Information

See also:
Performance Profilingdiag_captureFramediag_captureSlowFrame

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