benchmark: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 32: Line 32:
|x1= <code>? ([[benchmark]] > 2000) : [[setViewDistance]] 2000</code>
|x1= <code>? ([[benchmark]] > 2000) : [[setViewDistance]] 2000</code>


|seealso= [[viewDistance]] [[setDetailMapBlendPars]], [[setTerrainGrid]], [[getObjectViewDistance]], [[setObjectViewDistance]]
|seealso= [[viewDistance]] [[setDetailMapBlendPars]] [[setTerrainGrid]], [[getObjectViewDistance]], [[setObjectViewDistance]]
}}
}}



Revision as of 14:02, 20 January 2022

Hover & click on the images for description

Description

Description:
Returns the value of "3D Performance" in OFP Preferences (flashpoint.cfg). This can be used to estimate the computer performance to adapt CPU and GPU demanding settings like view distance dynamically in missions.
Groups:
System

Syntax

Syntax:
benchmark
Return Value:
Number

Examples

Example 1:
? (benchmark > 2000) : setViewDistance 2000

Additional Information

See also:
viewDistance setDetailMapBlendPars setTerrainGridgetObjectViewDistancesetObjectViewDistance

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
Posted on 14 March 2014
Killzone_Kid
The command is obsolete, it was used in OFP to measure PC performance. In A3 it returns 2000.